#[repr(u8)]pub enum Tsrc {
Show 16 variants
TSRC_0 = 0,
TSRC_1 = 1,
TSRC_2 = 2,
TSRC_3 = 3,
TSRC_4 = 4,
TSRC_5 = 5,
TSRC_6 = 6,
TSRC_7 = 7,
TSRC_8 = 8,
TSRC_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
TSRC_15 = 15,
}Variants§
TSRC_0 = 0
Trigger source 0 initiated this conversion.
TSRC_1 = 1
Trigger source 1 initiated this conversion.
TSRC_2 = 2
Corresponding trigger source initiated this conversion.
TSRC_3 = 3
Corresponding trigger source initiated this conversion.
TSRC_4 = 4
Corresponding trigger source initiated this conversion.
TSRC_5 = 5
Corresponding trigger source initiated this conversion.
TSRC_6 = 6
Corresponding trigger source initiated this conversion.
TSRC_7 = 7
Corresponding trigger source initiated this conversion.
TSRC_8 = 8
Corresponding trigger source initiated this conversion.
TSRC_9 = 9
Corresponding trigger source initiated this conversion.
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
TSRC_15 = 15
Trigger source 15 initiated this conversion.
Implementations§
Trait Implementations§
Source§impl Ord for Tsrc
impl Ord for Tsrc
Source§impl PartialOrd for Tsrc
impl PartialOrd for Tsrc
impl Copy for Tsrc
impl Eq for Tsrc
impl StructuralPartialEq for Tsrc
Auto Trait Implementations§
impl Freeze for Tsrc
impl RefUnwindSafe for Tsrc
impl Send for Tsrc
impl Sync for Tsrc
impl Unpin for Tsrc
impl UnwindSafe for Tsrc
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