pub enum ProtectionIndicator {
CrcPresent,
CrcAbsent,
}
Variants§
Trait Implementations§
Source§impl Debug for ProtectionIndicator
impl Debug for ProtectionIndicator
Source§impl PartialEq for ProtectionIndicator
impl PartialEq for ProtectionIndicator
impl StructuralPartialEq for ProtectionIndicator
Auto Trait Implementations§
impl Freeze for ProtectionIndicator
impl RefUnwindSafe for ProtectionIndicator
impl Send for ProtectionIndicator
impl Sync for ProtectionIndicator
impl Unpin for ProtectionIndicator
impl UnwindSafe for ProtectionIndicator
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