pub enum DATLENW {
SIXTEENBIT,
TWENTYFOURBIT,
THIRTYTWOBIT,
}
Expand description
Values that can be written to the field DATLEN
Variants§
Auto Trait Implementations§
impl Freeze for DATLENW
impl RefUnwindSafe for DATLENW
impl Send for DATLENW
impl Sync for DATLENW
impl Unpin for DATLENW
impl UnwindSafe for DATLENW
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