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