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