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