#[repr(C)]pub struct VERTEX_TEXTURE {
pub x: f32,
pub y: f32,
pub z: f32,
pub u: f32,
pub v: f32,
pub a: f32,
}Expand description
頂点データ構造体(テクスチャ)
Fields§
§x: f32§y: f32§z: f32§u: f32§v: f32§a: f32Auto Trait Implementations§
impl Freeze for VERTEX_TEXTURE
impl RefUnwindSafe for VERTEX_TEXTURE
impl Send for VERTEX_TEXTURE
impl Sync for VERTEX_TEXTURE
impl Unpin for VERTEX_TEXTURE
impl UnsafeUnpin for VERTEX_TEXTURE
impl UnwindSafe for VERTEX_TEXTURE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more