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
_buff_data_type: BuffDataType
_index: u64
_num_data: u64
_stride_bytes: u64
_offset_bytes: u64
Trait Implementations
impl Debug for BufferFormat[src]
impl Clone for BufferFormat[src]
fn clone(&self) -> BufferFormat[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more