pub enum EventWrapperOffset {}Auto Trait Implementations§
impl Freeze for EventWrapperOffset
impl RefUnwindSafe for EventWrapperOffset
impl Send for EventWrapperOffset
impl Sync for EventWrapperOffset
impl Unpin for EventWrapperOffset
impl UnwindSafe for EventWrapperOffset
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