pub struct FaceSurface {
pub name: String,
pub bounds: Vec<FaceBoundRef>,
pub face_geometry: SurfaceRef,
pub same_sense: bool,
}Fields§
§name: String§bounds: Vec<FaceBoundRef>§face_geometry: SurfaceRef§same_sense: boolTrait Implementations§
Source§impl Clone for FaceSurface
impl Clone for FaceSurface
Source§fn clone(&self) -> FaceSurface
fn clone(&self) -> FaceSurface
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 moreSource§impl Debug for FaceSurface
impl Debug for FaceSurface
Source§impl PartialEq for FaceSurface
impl PartialEq for FaceSurface
Source§fn eq(&self, other: &FaceSurface) -> bool
fn eq(&self, other: &FaceSurface) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FaceSurface
Auto Trait Implementations§
impl Freeze for FaceSurface
impl RefUnwindSafe for FaceSurface
impl Send for FaceSurface
impl Sync for FaceSurface
impl Unpin for FaceSurface
impl UnsafeUnpin for FaceSurface
impl UnwindSafe for FaceSurface
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