#[repr(u8)]pub enum LlapType {
DdpShort = 1,
DdpLong = 2,
Enquiry = 129,
Acknowledge = 130,
Other(u8),
}Variants§
Trait Implementations§
impl Copy for LlapType
impl Eq for LlapType
impl StructuralPartialEq for LlapType
Auto Trait Implementations§
impl Freeze for LlapType
impl RefUnwindSafe for LlapType
impl Send for LlapType
impl Sync for LlapType
impl Unpin for LlapType
impl UnsafeUnpin for LlapType
impl UnwindSafe for LlapType
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