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