Struct ndk_sys::sync_merge_data
source · #[repr(C)]pub struct sync_merge_data {
pub name: [c_char; 32],
pub fd2: __s32,
pub fence: __s32,
pub flags: __u32,
pub pad: __u32,
}
Fields
name: [c_char; 32]
fd2: __s32
fence: __s32
flags: __u32
pad: __u32
Trait Implementations
sourceimpl Clone for sync_merge_data
impl Clone for sync_merge_data
sourcefn clone(&self) -> sync_merge_data
fn clone(&self) -> sync_merge_data
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_merge_data
impl Debug for sync_merge_data
impl Copy for sync_merge_data
Auto Trait Implementations
impl RefUnwindSafe for sync_merge_data
impl Send for sync_merge_data
impl Sync for sync_merge_data
impl Unpin for sync_merge_data
impl UnwindSafe for sync_merge_data
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