Enum WpccrAbsize
#[repr(u8)]pub enum WpccrAbsize {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
}Variants§
B0x0 = 0
8-bit alternate bytes
B0x1 = 1
16-bit alternate bytes
B0x2 = 2
24-bit alternate bytes
B0x3 = 3
32-bit alternate bytes
Implementations§
§impl WpccrAbsize
impl WpccrAbsize
pub const fn from_bits(val: u8) -> WpccrAbsize
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for WpccrAbsize
impl Clone for WpccrAbsize
§fn clone(&self) -> WpccrAbsize
fn clone(&self) -> WpccrAbsize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WpccrAbsize
§impl Debug for WpccrAbsize
impl Debug for WpccrAbsize
impl Eq for WpccrAbsize
§impl From<WpccrAbsize> for u8
impl From<WpccrAbsize> for u8
§fn from(val: WpccrAbsize) -> u8
fn from(val: WpccrAbsize) -> u8
Converts to this type from the input type.
§impl From<u8> for WpccrAbsize
impl From<u8> for WpccrAbsize
§fn from(val: u8) -> WpccrAbsize
fn from(val: u8) -> WpccrAbsize
Converts to this type from the input type.
§impl Ord for WpccrAbsize
impl Ord for WpccrAbsize
§fn cmp(&self, other: &WpccrAbsize) -> Ordering
fn cmp(&self, other: &WpccrAbsize) -> Ordering
1.21.0 (const: unstable) · 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
§impl PartialEq for WpccrAbsize
impl PartialEq for WpccrAbsize
§impl PartialOrd for WpccrAbsize
impl PartialOrd for WpccrAbsize
impl StructuralPartialEq for WpccrAbsize
Auto Trait Implementations§
impl Freeze for WpccrAbsize
impl RefUnwindSafe for WpccrAbsize
impl Send for WpccrAbsize
impl Sync for WpccrAbsize
impl Unpin for WpccrAbsize
impl UnsafeUnpin for WpccrAbsize
impl UnwindSafe for WpccrAbsize
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