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