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