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