pub struct ELC { /* private fields */ }Expand description
Event Link Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ELC
impl RefUnwindSafe for ELC
impl !Sync for ELC
impl Unpin for ELC
impl UnwindSafe for ELC
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