Struct dacite::nv_external_memory_win32::ExportMemoryWin32HandleInfoNv [] [src]

pub struct ExportMemoryWin32HandleInfoNv {
    pub attributes: *const SECURITY_ATTRIBUTES,
    pub dw_access: DWORD,
    pub chain: Option<ExportMemoryWin32HandleInfoChainNv>,
}

Fields

Trait Implementations

impl Debug for ExportMemoryWin32HandleInfoNv
[src]

[src]

Formats the value using the given formatter.

impl Clone for ExportMemoryWin32HandleInfoNv
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ExportMemoryWin32HandleInfoNv
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.