Struct ndk_sys::sync_merge_data [−][src]
#[repr(C)]pub struct sync_merge_data {
pub name: [c_char; 32],
pub fd2: __s32,
pub fence: __s32,
pub flags: __u32,
pub pad: __u32,
}
Fields
name: [c_char; 32]
fd2: __s32
fence: __s32
flags: __u32
pad: __u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sync_merge_data
impl Send for sync_merge_data
impl Sync for sync_merge_data
impl Unpin for sync_merge_data
impl UnwindSafe for sync_merge_data
Blanket Implementations
Mutably borrows from an owned value. Read more