#[repr(C)]pub struct CaPid {
pub pid: u32,
pub index: i32,
}
Fields§
§pid: u32
§index: i32
-1 == disable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaPid
impl RefUnwindSafe for CaPid
impl Send for CaPid
impl Sync for CaPid
impl Unpin for CaPid
impl UnwindSafe for CaPid
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