#[repr(u8)]pub enum Pktsizewidth {
BITS4 = 0,
BITS5 = 1,
BITS6 = 2,
BITS7 = 3,
BITS8 = 4,
BITS9 = 5,
BITS10 = 6,
_RESERVED_7 = 7,
}Variants§
BITS4 = 0
Width of Packet Size Counter 4
BITS5 = 1
Width of Packet Size Counter 5
BITS6 = 2
Width of Packet Size Counter 6
BITS7 = 3
Width of Packet Size Counter 7
BITS8 = 4
Width of Packet Size Counter 8
BITS9 = 5
Width of Packet Size Counter 9
BITS10 = 6
Width of Packet Size Counter 10
_RESERVED_7 = 7
Implementations§
Source§impl Pktsizewidth
impl Pktsizewidth
Trait Implementations§
Source§impl Clone for Pktsizewidth
impl Clone for Pktsizewidth
Source§fn clone(&self) -> Pktsizewidth
fn clone(&self) -> Pktsizewidth
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Pktsizewidth
impl Debug for Pktsizewidth
Source§impl From<Pktsizewidth> for u8
impl From<Pktsizewidth> for u8
Source§fn from(val: Pktsizewidth) -> u8
fn from(val: Pktsizewidth) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Pktsizewidth
impl From<u8> for Pktsizewidth
Source§fn from(val: u8) -> Pktsizewidth
fn from(val: u8) -> Pktsizewidth
Converts to this type from the input type.
Source§impl Ord for Pktsizewidth
impl Ord for Pktsizewidth
Source§fn cmp(&self, other: &Pktsizewidth) -> Ordering
fn cmp(&self, other: &Pktsizewidth) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Pktsizewidth
impl PartialEq for Pktsizewidth
Source§impl PartialOrd for Pktsizewidth
impl PartialOrd for Pktsizewidth
impl Copy for Pktsizewidth
impl Eq for Pktsizewidth
impl StructuralPartialEq for Pktsizewidth
Auto Trait Implementations§
impl Freeze for Pktsizewidth
impl RefUnwindSafe for Pktsizewidth
impl Send for Pktsizewidth
impl Sync for Pktsizewidth
impl Unpin for Pktsizewidth
impl UnwindSafe for Pktsizewidth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)