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