Struct ndk_sys::sync_file_info [−][src]
#[repr(C)]pub struct sync_file_info {
pub name: [c_char; 32],
pub status: __s32,
pub flags: __u32,
pub num_fences: __u32,
pub pad: __u32,
pub sync_fence_info: __u64,
}Fields
name: [c_char; 32]status: __s32flags: __u32num_fences: __u32pad: __u32sync_fence_info: __u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sync_file_info
impl Send for sync_file_info
impl Sync for sync_file_info
impl Unpin for sync_file_info
impl UnwindSafe for sync_file_info
Blanket Implementations
Mutably borrows from an owned value. Read more