#[repr(u8)]pub enum Tcsen {
TCSEN_0 = 0,
TCSEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Tcsen
impl Ord for Tcsen
Source§impl PartialOrd for Tcsen
impl PartialOrd for Tcsen
impl Copy for Tcsen
impl Eq for Tcsen
impl StructuralPartialEq for Tcsen
Auto Trait Implementations§
impl Freeze for Tcsen
impl RefUnwindSafe for Tcsen
impl Send for Tcsen
impl Sync for Tcsen
impl Unpin for Tcsen
impl UnwindSafe for Tcsen
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