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