#[repr(u8)]pub enum Tswitchspacing {
_RESERVED_0 = 0,
_4US = 1,
_2US = 2,
_1US = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
_RESERVED_0 = 0
_4US = 1
4 us
_2US = 2
2 us
_1US = 3
1 us
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Tswitchspacing
impl Clone for Tswitchspacing
Source§fn clone(&self) -> Tswitchspacing
fn clone(&self) -> Tswitchspacing
Returns a copy 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 From<Tswitchspacing> for u8
impl From<Tswitchspacing> for u8
Source§fn from(val: Tswitchspacing) -> u8
fn from(val: Tswitchspacing) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Tswitchspacing
impl From<u8> for Tswitchspacing
Source§fn from(val: u8) -> Tswitchspacing
fn from(val: u8) -> Tswitchspacing
Converts to this type from the input type.
Source§impl Ord for Tswitchspacing
impl Ord for Tswitchspacing
Source§fn cmp(&self, other: &Tswitchspacing) -> Ordering
fn cmp(&self, other: &Tswitchspacing) -> 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 Tswitchspacing
impl PartialEq for Tswitchspacing
Source§impl PartialOrd for Tswitchspacing
impl PartialOrd for Tswitchspacing
impl Copy for Tswitchspacing
impl Eq for Tswitchspacing
impl StructuralPartialEq for Tswitchspacing
Auto Trait Implementations§
impl Freeze for Tswitchspacing
impl RefUnwindSafe for Tswitchspacing
impl Send for Tswitchspacing
impl Sync for Tswitchspacing
impl Unpin for Tswitchspacing
impl UnwindSafe for Tswitchspacing
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)