pub struct AdvancedFace {
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 AdvancedFace
impl Clone for AdvancedFace
Source§fn clone(&self) -> AdvancedFace
fn clone(&self) -> AdvancedFace
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 AdvancedFace
impl Debug for AdvancedFace
Source§impl PartialEq for AdvancedFace
impl PartialEq for AdvancedFace
Source§fn eq(&self, other: &AdvancedFace) -> bool
fn eq(&self, other: &AdvancedFace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdvancedFace
Auto Trait Implementations§
impl Freeze for AdvancedFace
impl RefUnwindSafe for AdvancedFace
impl Send for AdvancedFace
impl Sync for AdvancedFace
impl Unpin for AdvancedFace
impl UnsafeUnpin for AdvancedFace
impl UnwindSafe for AdvancedFace
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