Struct screen_13::prelude::vk::ExportMemoryWin32HandleInfoNV
source · pub struct ExportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const c_void,
pub dw_access: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§p_attributes: *const c_void§dw_access: u64Implementations§
source§impl ExportMemoryWin32HandleInfoNV
impl ExportMemoryWin32HandleInfoNV
pub fn builder<'a>() -> ExportMemoryWin32HandleInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMemoryWin32HandleInfoNV
impl Clone for ExportMemoryWin32HandleInfoNV
source§fn clone(&self) -> ExportMemoryWin32HandleInfoNV
fn clone(&self) -> ExportMemoryWin32HandleInfoNV
Returns a copy 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 Default for ExportMemoryWin32HandleInfoNV
impl Default for ExportMemoryWin32HandleInfoNV
source§fn default() -> ExportMemoryWin32HandleInfoNV
fn default() -> ExportMemoryWin32HandleInfoNV
Returns the “default value” for a type. Read more