Struct dacite::core::SparseMemoryBind [] [src]

pub struct SparseMemoryBind {
    pub resource_offset: u64,
    pub size: u64,
    pub memory: Option<DeviceMemory>,
    pub memory_offset: u64,
    pub flags: SparseMemoryBindFlags,
}

Fields

Trait Implementations

impl Debug for SparseMemoryBind
[src]

Formats the value using the given formatter.

impl Clone for SparseMemoryBind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SparseMemoryBind
[src]

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

This method tests for !=.

impl Eq for SparseMemoryBind
[src]

impl Hash for SparseMemoryBind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more