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