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