#[repr(C)]pub struct ImportMemorySciBufInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagBits,
pub handle: *const c_void,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMPORT_MEMORY_SCI_BUF_INFO_NV.
p_next: *const c_voidOptional, may be null.
handle_type: ExternalMemoryHandleTypeFlagBits§handle: *const c_voidImplementations§
Source§impl ImportMemorySciBufInfoNV
impl ImportMemorySciBufInfoNV
Sourcepub fn builder<'a>() -> ImportMemorySciBufInfoNVBuilder<'a>
pub fn builder<'a>() -> ImportMemorySciBufInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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
impl Copy for ImportMemorySciBufInfoNV
impl ExtendsMemoryAllocateInfo for ImportMemorySciBufInfoNV
Auto Trait Implementations§
impl Freeze for ImportMemorySciBufInfoNV
impl RefUnwindSafe for ImportMemorySciBufInfoNV
impl !Send for ImportMemorySciBufInfoNV
impl !Sync for ImportMemorySciBufInfoNV
impl Unpin for ImportMemorySciBufInfoNV
impl UnsafeUnpin 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