pub enum CSTF_A {
Disabled = 0,
Enabled = 1,
}
Expand description
CRC stripping for type frames
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CSTF_A
impl StructuralPartialEq for CSTF_A
Auto Trait Implementations§
impl Freeze for CSTF_A
impl RefUnwindSafe for CSTF_A
impl Send for CSTF_A
impl Sync for CSTF_A
impl Unpin for CSTF_A
impl UnwindSafe for CSTF_A
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