Struct ash::vk::ExportMemoryWin32HandleInfoNV
source · #[repr(C)]pub struct ExportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_attributes: *const SECURITY_ATTRIBUTES,
pub dw_access: DWORD,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_attributes: *const SECURITY_ATTRIBUTES
§dw_access: DWORD
Implementations§
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 TaggedStructure for ExportMemoryWin32HandleInfoNV
impl TaggedStructure for ExportMemoryWin32HandleInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_MEMORY_WIN32_HANDLE_INFO_NV
impl Copy for ExportMemoryWin32HandleInfoNV
impl ExtendsMemoryAllocateInfo for ExportMemoryWin32HandleInfoNV
Auto Trait Implementations§
impl Freeze for ExportMemoryWin32HandleInfoNV
impl RefUnwindSafe for ExportMemoryWin32HandleInfoNV
impl !Send for ExportMemoryWin32HandleInfoNV
impl !Sync for ExportMemoryWin32HandleInfoNV
impl Unpin for ExportMemoryWin32HandleInfoNV
impl UnwindSafe for ExportMemoryWin32HandleInfoNV
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