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