Struct ndk_sys::sync_file_info
source · #[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: __s32
flags: __u32
num_fences: __u32
pad: __u32
sync_fence_info: __u64
Trait Implementations
sourceimpl Clone for sync_file_info
impl Clone for sync_file_info
sourcefn clone(&self) -> sync_file_info
fn clone(&self) -> sync_file_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for sync_file_info
impl Debug for sync_file_info
impl Copy for sync_file_info
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more