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