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