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