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