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