#[repr(u8)]pub enum Tsamplespacing {
_RESERVED_0 = 0,
_4US = 1,
_2US = 2,
_1US = 3,
_500NS = 4,
_250NS = 5,
_125NS = 6,
_RESERVED_7 = 7,
}
Variants§
_RESERVED_0 = 0
_4US = 1
4 us
_2US = 2
2 us
_1US = 3
1 us
_500NS = 4
0.5 us
_250NS = 5
0.25 us
_125NS = 6
0.125 us
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for Tsamplespacing
impl Clone for Tsamplespacing
Source§fn clone(&self) -> Tsamplespacing
fn clone(&self) -> Tsamplespacing
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 Debug for Tsamplespacing
impl Debug for Tsamplespacing
Source§impl From<u8> for Tsamplespacing
impl From<u8> for Tsamplespacing
Source§fn from(val: u8) -> Tsamplespacing
fn from(val: u8) -> Tsamplespacing
Converts to this type from the input type.
Source§impl Ord for Tsamplespacing
impl Ord for Tsamplespacing
Source§fn cmp(&self, other: &Tsamplespacing) -> Ordering
fn cmp(&self, other: &Tsamplespacing) -> 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 Tsamplespacing
impl PartialEq for Tsamplespacing
Source§impl PartialOrd for Tsamplespacing
impl PartialOrd for Tsamplespacing
impl Copy for Tsamplespacing
impl Eq for Tsamplespacing
impl StructuralPartialEq for Tsamplespacing
Auto Trait Implementations§
impl Freeze for Tsamplespacing
impl RefUnwindSafe for Tsamplespacing
impl Send for Tsamplespacing
impl Sync for Tsamplespacing
impl Unpin for Tsamplespacing
impl UnwindSafe for Tsamplespacing
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