#[repr(C)]pub struct ttf_mesh3d {
pub nvert: c_int,
pub nfaces: c_int,
pub vert: *mut ttf_mesh3d__bindgen_ty_1,
pub faces: *mut ttf_mesh3d__bindgen_ty_2,
pub normals: *mut ttf_mesh3d__bindgen_ty_3,
pub outline: *mut ttf_outline_t,
}Expand description
@brief The mesh struct
Fields§
§nvert: c_int§nfaces: c_int§vert: *mut ttf_mesh3d__bindgen_ty_1§faces: *mut ttf_mesh3d__bindgen_ty_2§normals: *mut ttf_mesh3d__bindgen_ty_3§outline: *mut ttf_outline_tTrait Implementations§
Source§impl Clone for ttf_mesh3d
impl Clone for ttf_mesh3d
Source§fn clone(&self) -> ttf_mesh3d
fn clone(&self) -> ttf_mesh3d
Returns a duplicate 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 moreSource§impl Debug for ttf_mesh3d
impl Debug for ttf_mesh3d
impl Copy for ttf_mesh3d
Auto Trait Implementations§
impl Freeze for ttf_mesh3d
impl RefUnwindSafe for ttf_mesh3d
impl !Send for ttf_mesh3d
impl !Sync for ttf_mesh3d
impl Unpin for ttf_mesh3d
impl UnwindSafe for ttf_mesh3d
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