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