Struct e2rcore::implement::render::renderdevice_gl::BufferFormat [] [src]

pub struct BufferFormat {
    pub _buff_data_type: BuffDataType,
    pub _index: u64,
    pub _num_data: u64,
    pub _stride_bytes: u64,
    pub _offset_bytes: u64,
}

Fields

Trait Implementations

impl Debug for BufferFormat
[src]

[src]

Formats the value using the given formatter.

impl Clone for BufferFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BufferFormat
[src]