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