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