#[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: __u64Trait Implementations§
Source§impl Clone for sync_file_info
impl Clone for sync_file_info
Source§fn clone(&self) -> sync_file_info
fn clone(&self) -> sync_file_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sync_file_info
impl Debug for sync_file_info
impl Copy for sync_file_info
Auto Trait Implementations§
impl Freeze for sync_file_info
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more