Struct dacite::core::MappedMemoryRange [] [src]

pub struct MappedMemoryRange {
    pub memory: DeviceMemory,
    pub offset: u64,
    pub size: OptionalDeviceSize,
    pub chain: Option<MappedMemoryRangeChain>,
}

Fields

Trait Implementations

impl Debug for MappedMemoryRange
[src]

Formats the value using the given formatter.

impl Clone for MappedMemoryRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MappedMemoryRange
[src]

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

This method tests for !=.