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