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