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