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