#[repr(u8)]pub enum Hdrsupp {
NO_HDR = 0,
DDR = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Hdrsupp
impl Ord for Hdrsupp
Source§impl PartialOrd for Hdrsupp
impl PartialOrd for Hdrsupp
impl Copy for Hdrsupp
impl Eq for Hdrsupp
impl StructuralPartialEq for Hdrsupp
Auto Trait Implementations§
impl Freeze for Hdrsupp
impl RefUnwindSafe for Hdrsupp
impl Send for Hdrsupp
impl Sync for Hdrsupp
impl Unpin for Hdrsupp
impl UnwindSafe for Hdrsupp
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