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