#[repr(C)]struct __user_cap_header_struct {
version: u32,
pid: c_int,
}
Fields§
§version: u32
§pid: c_int
Auto Trait Implementations§
impl Freeze for __user_cap_header_struct
impl RefUnwindSafe for __user_cap_header_struct
impl Send for __user_cap_header_struct
impl Sync for __user_cap_header_struct
impl Unpin for __user_cap_header_struct
impl UnwindSafe for __user_cap_header_struct
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