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