pub struct AUTOFFR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for AUTOFFR
impl RefUnwindSafe for AUTOFFR
impl Send for AUTOFFR
impl Sync for AUTOFFR
impl Unpin for AUTOFFR
impl UnwindSafe for AUTOFFR
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