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