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