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