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