#[repr(u8)]
pub enum TlpFmt {
NoDataHeader3DW,
NoDataHeader4DW,
WithDataHeader3DW,
WithDataHeader4DW,
TlpPrefix,
}
Variants
NoDataHeader3DW
NoDataHeader4DW
WithDataHeader3DW
WithDataHeader4DW
TlpPrefix
Trait Implementations
impl Copy for TlpFmt
impl StructuralPartialEq for TlpFmt
Auto Trait Implementations
impl RefUnwindSafe for TlpFmt
impl Send for TlpFmt
impl Sync for TlpFmt
impl Unpin for TlpFmt
impl UnwindSafe for TlpFmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more