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