#[repr(C)]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: StructureTypep_next: *const c_voidp_attributes: *const c_voiddw_access: u64Implementations
sourceimpl ExportMemoryWin32HandleInfoNV
impl ExportMemoryWin32HandleInfoNV
pub fn builder<'a>() -> ExportMemoryWin32HandleInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for ExportMemoryWin32HandleInfoNV
impl Clone for ExportMemoryWin32HandleInfoNV
sourcefn clone(&self) -> ExportMemoryWin32HandleInfoNV
fn clone(&self) -> ExportMemoryWin32HandleInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExportMemoryWin32HandleInfoNV
impl Debug for ExportMemoryWin32HandleInfoNV
sourceimpl Default for ExportMemoryWin32HandleInfoNV
impl Default for ExportMemoryWin32HandleInfoNV
sourcefn default() -> ExportMemoryWin32HandleInfoNV
fn default() -> ExportMemoryWin32HandleInfoNV
Returns the “default value” for a type. Read more
impl Copy for ExportMemoryWin32HandleInfoNV
impl ExtendsMemoryAllocateInfo for ExportMemoryWin32HandleInfoNV
Auto Trait Implementations
impl RefUnwindSafe for ExportMemoryWin32HandleInfoNV
impl !Send for ExportMemoryWin32HandleInfoNV
impl !Sync for ExportMemoryWin32HandleInfoNV
impl Unpin for ExportMemoryWin32HandleInfoNV
impl UnwindSafe for ExportMemoryWin32HandleInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more