Enum BgpfccrCcm
#[repr(u8)]pub enum BgpfccrCcm {
Argb8888 = 0,
Rgb888 = 1,
}Variants§
Implementations§
§impl BgpfccrCcm
impl BgpfccrCcm
pub const fn from_bits(val: u8) -> BgpfccrCcm
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for BgpfccrCcm
impl Clone for BgpfccrCcm
§fn clone(&self) -> BgpfccrCcm
fn clone(&self) -> BgpfccrCcm
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 BgpfccrCcm
§impl Debug for BgpfccrCcm
impl Debug for BgpfccrCcm
impl Eq for BgpfccrCcm
§impl From<BgpfccrCcm> for u8
impl From<BgpfccrCcm> for u8
§fn from(val: BgpfccrCcm) -> u8
fn from(val: BgpfccrCcm) -> u8
Converts to this type from the input type.
§impl From<u8> for BgpfccrCcm
impl From<u8> for BgpfccrCcm
§fn from(val: u8) -> BgpfccrCcm
fn from(val: u8) -> BgpfccrCcm
Converts to this type from the input type.
§impl Ord for BgpfccrCcm
impl Ord for BgpfccrCcm
§fn cmp(&self, other: &BgpfccrCcm) -> Ordering
fn cmp(&self, other: &BgpfccrCcm) -> 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 BgpfccrCcm
impl PartialEq for BgpfccrCcm
§impl PartialOrd for BgpfccrCcm
impl PartialOrd for BgpfccrCcm
impl StructuralPartialEq for BgpfccrCcm
Auto Trait Implementations§
impl Freeze for BgpfccrCcm
impl RefUnwindSafe for BgpfccrCcm
impl Send for BgpfccrCcm
impl Sync for BgpfccrCcm
impl Unpin for BgpfccrCcm
impl UnsafeUnpin for BgpfccrCcm
impl UnwindSafe for BgpfccrCcm
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