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