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
sourceimpl Clone for sync_fence_info
impl Clone for sync_fence_info
sourcefn clone(&self) -> sync_fence_info
fn clone(&self) -> sync_fence_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_fence_info
impl Debug for sync_fence_info
impl Copy for sync_fence_info
Auto Trait Implementations
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
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