#[repr(C)]pub struct ExportFenceSciSyncInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub attributes: NvSciSyncAttrList,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§attributes: NvSciSyncAttrListTrait Implementations§
Source§impl Clone for ExportFenceSciSyncInfoNV
impl Clone for ExportFenceSciSyncInfoNV
Source§fn clone(&self) -> ExportFenceSciSyncInfoNV
fn clone(&self) -> ExportFenceSciSyncInfoNV
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 ExportFenceSciSyncInfoNV
impl Debug for ExportFenceSciSyncInfoNV
Source§impl Default for ExportFenceSciSyncInfoNV
impl Default for ExportFenceSciSyncInfoNV
Source§impl Hash for ExportFenceSciSyncInfoNV
impl Hash for ExportFenceSciSyncInfoNV
Source§impl PartialEq for ExportFenceSciSyncInfoNV
impl PartialEq for ExportFenceSciSyncInfoNV
impl Copy for ExportFenceSciSyncInfoNV
impl Eq for ExportFenceSciSyncInfoNV
impl Send for ExportFenceSciSyncInfoNV
impl StructuralPartialEq for ExportFenceSciSyncInfoNV
impl Sync for ExportFenceSciSyncInfoNV
Auto Trait Implementations§
impl Freeze for ExportFenceSciSyncInfoNV
impl RefUnwindSafe for ExportFenceSciSyncInfoNV
impl Unpin for ExportFenceSciSyncInfoNV
impl UnwindSafe for ExportFenceSciSyncInfoNV
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