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