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