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§
source§impl Clone for sync_merge_data
impl Clone for sync_merge_data
source§fn clone(&self) -> sync_merge_data
fn clone(&self) -> sync_merge_data
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_merge_data
impl Debug for sync_merge_data
impl Copy for sync_merge_data
Auto Trait Implementations§
impl Freeze for sync_merge_data
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§
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