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