#[repr(C)]pub struct libfive_mesh_coords {
pub verts: *mut libfive_vec3,
pub vert_count: u32,
pub coord_indices: *mut i32,
pub coord_index_count: u32,
}Fields§
§verts: *mut libfive_vec3§vert_count: u32§coord_indices: *mut i32§coord_index_count: u32Trait Implementations§
Source§impl Clone for libfive_mesh_coords
impl Clone for libfive_mesh_coords
Source§fn clone(&self) -> libfive_mesh_coords
fn clone(&self) -> libfive_mesh_coords
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_coords
Source§impl Debug for libfive_mesh_coords
impl Debug for libfive_mesh_coords
impl Eq for libfive_mesh_coords
Source§impl PartialEq for libfive_mesh_coords
impl PartialEq for libfive_mesh_coords
Source§fn eq(&self, other: &libfive_mesh_coords) -> bool
fn eq(&self, other: &libfive_mesh_coords) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for libfive_mesh_coords
Auto Trait Implementations§
impl !Send for libfive_mesh_coords
impl !Sync for libfive_mesh_coords
impl Freeze for libfive_mesh_coords
impl RefUnwindSafe for libfive_mesh_coords
impl Unpin for libfive_mesh_coords
impl UnsafeUnpin for libfive_mesh_coords
impl UnwindSafe for libfive_mesh_coords
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