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