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