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