#[repr(u32)]pub enum idtype_t {
P_ALL = 0,
P_PID = 1,
P_PGID = 2,
}
Variants§
Trait Implementations§
impl Copy for idtype_t
impl Eq for idtype_t
impl StructuralPartialEq for idtype_t
Auto Trait Implementations§
impl Freeze for idtype_t
impl RefUnwindSafe for idtype_t
impl Send for idtype_t
impl Sync for idtype_t
impl Unpin for idtype_t
impl UnwindSafe for idtype_t
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