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