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