Struct mallumo_gls::renderer::BufferObjectTargetLocation [] [src]

pub struct BufferObjectTargetLocation<'a> {
    pub target: BufferBaseTarget,
    pub index: BlockIndex,
    pub buffer: &'a Buffer,
}

Fields

Trait Implementations

impl<'a> Copy for BufferObjectTargetLocation<'a>
[src]

impl<'a> Clone for BufferObjectTargetLocation<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for BufferObjectTargetLocation<'a>
[src]

[src]

Formats the value using the given formatter.