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