Struct bgfx_sys::bgfx_transform_s
source · #[repr(C)]pub struct bgfx_transform_s {
pub data: *mut f32,
pub num: u16,
}Expand description
Transform data.
Fields§
§data: *mut f32§num: u16Pointer to first 4x4 matrix.
Trait Implementations§
source§impl Clone for bgfx_transform_s
impl Clone for bgfx_transform_s
source§fn clone(&self) -> bgfx_transform_s
fn clone(&self) -> bgfx_transform_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more