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