#[repr(C)]pub struct libfive_region3 {
pub X: libfive_interval,
pub Y: libfive_interval,
pub Z: libfive_interval,
}
Fields§
§X: libfive_interval
§Y: libfive_interval
§Z: libfive_interval
Trait Implementations§
Source§impl Clone for libfive_region3
impl Clone for libfive_region3
Source§fn clone(&self) -> libfive_region3
fn clone(&self) -> libfive_region3
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 libfive_region3
impl Debug for libfive_region3
Source§impl PartialEq for libfive_region3
impl PartialEq for libfive_region3
impl Copy for libfive_region3
impl StructuralPartialEq for libfive_region3
Auto Trait Implementations§
impl Freeze for libfive_region3
impl RefUnwindSafe for libfive_region3
impl Send for libfive_region3
impl Sync for libfive_region3
impl Unpin for libfive_region3
impl UnwindSafe for libfive_region3
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