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