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