Enum Tswitchspacing
#[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§
§impl Tswitchspacing
impl Tswitchspacing
pub const fn from_bits(val: u8) -> Tswitchspacing
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Tswitchspacing
impl Clone for Tswitchspacing
§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 more§impl From<u8> for Tswitchspacing
impl From<u8> for Tswitchspacing
§fn from(val: u8) -> Tswitchspacing
fn from(val: u8) -> Tswitchspacing
Converts to this type from the input type.
§impl Ord for Tswitchspacing
impl Ord for Tswitchspacing
§impl PartialEq for Tswitchspacing
impl PartialEq for Tswitchspacing
§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
)