#[repr(C)]pub struct ActiveEffect;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveEffect
impl RefUnwindSafe for ActiveEffect
impl Send for ActiveEffect
impl Sync for ActiveEffect
impl Unpin for ActiveEffect
impl UnwindSafe for ActiveEffect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more