#[repr(C)]pub struct sync_fence_info {
pub obj_name: [c_char; 32],
pub driver_name: [c_char; 32],
pub status: __s32,
pub flags: __u32,
pub timestamp_ns: __u64,
}Fields§
§obj_name: [c_char; 32]§driver_name: [c_char; 32]§status: __s32§flags: __u32§timestamp_ns: __u64Trait Implementations§
Source§impl Clone for sync_fence_info
impl Clone for sync_fence_info
Source§fn clone(&self) -> sync_fence_info
fn clone(&self) -> sync_fence_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_fence_info
impl Debug for sync_fence_info
impl Copy for sync_fence_info
Auto Trait Implementations§
impl Freeze for sync_fence_info
impl RefUnwindSafe for sync_fence_info
impl Send for sync_fence_info
impl Sync for sync_fence_info
impl Unpin for sync_fence_info
impl UnwindSafe for sync_fence_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