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