Struct ndk_sys::sync_fence_info
source · #[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: __u64
Trait 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 copy 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