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