#[repr(u8)]pub enum TlpFmt {
NoDataHeader3DW = 0,
NoDataHeader4DW = 1,
WithDataHeader3DW = 2,
WithDataHeader4DW = 3,
TlpPrefix = 4,
}
Variants§
Trait Implementations§
impl Copy for TlpFmt
impl StructuralPartialEq for TlpFmt
Auto Trait Implementations§
impl Freeze for TlpFmt
impl RefUnwindSafe for TlpFmt
impl Send for TlpFmt
impl Sync for TlpFmt
impl Unpin for TlpFmt
impl UnwindSafe for TlpFmt
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