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