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