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