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