Struct gpu_alloc::MappedMemoryRange[][src]

pub struct MappedMemoryRange<'a, M> {
    pub memory: &'a M,
    pub offset: u64,
    pub size: u64,
}
Expand description

Specifies range of the mapped memory region.

Fields

memory: &'a M

Memory object reference.

offset: u64

Offset in bytes from start of the memory object.

size: u64

Size in bytes of the memory range.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.