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