#[repr(C)]pub struct libfive_mesh {
pub verts: *mut libfive_vec3,
pub tris: *mut libfive_tri,
pub tri_count: u32,
pub vert_count: u32,
}Fields§
§verts: *mut libfive_vec3§tris: *mut libfive_tri§tri_count: u32§vert_count: u32Trait Implementations§
Source§impl Clone for libfive_mesh
impl Clone for libfive_mesh
Source§fn clone(&self) -> libfive_mesh
fn clone(&self) -> libfive_mesh
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for libfive_mesh
Source§impl Debug for libfive_mesh
impl Debug for libfive_mesh
impl Eq for libfive_mesh
Source§impl PartialEq for libfive_mesh
impl PartialEq for libfive_mesh
Source§fn eq(&self, other: &libfive_mesh) -> bool
fn eq(&self, other: &libfive_mesh) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for libfive_mesh
Auto Trait Implementations§
impl !Send for libfive_mesh
impl !Sync for libfive_mesh
impl Freeze for libfive_mesh
impl RefUnwindSafe for libfive_mesh
impl Unpin for libfive_mesh
impl UnsafeUnpin for libfive_mesh
impl UnwindSafe for libfive_mesh
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