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