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