Struct linux_raw_sys::v5_4::general::f_owner_ex [−][src]
#[repr(C)]pub struct f_owner_ex { pub type_: c_int, pub pid: __kernel_pid_t, }
Fields
type_: c_intpid: __kernel_pid_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for f_owner_eximpl Send for f_owner_eximpl Sync for f_owner_eximpl Unpin for f_owner_eximpl UnwindSafe for f_owner_exBlanket Implementations
Mutably borrows from an owned value. Read more