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