#[repr(C)]pub struct ExportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub attributes: *const SECURITY_ATTRIBUTES,
pub dw_access: DWORD,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattributes: *const SECURITY_ATTRIBUTESdw_access: DWORDTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for ExportMemoryWin32HandleInfoNV
impl !Sync for ExportMemoryWin32HandleInfoNV
impl Unpin for ExportMemoryWin32HandleInfoNV
impl UnwindSafe for ExportMemoryWin32HandleInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more