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