Struct SurfaceButterflySelection
pub struct SurfaceButterflySelection { /* private fields */ }Implementations§
§impl SurfaceButterflySelection
impl SurfaceButterflySelection
pub fn new(wing_selection: SurfaceWingSmileSelection) -> Self
pub fn new(wing_selection: SurfaceWingSmileSelection) -> Self
pub const fn wing_selection(self) -> SurfaceWingSmileSelection
pub const fn wing_selection(self) -> SurfaceWingSmileSelection
Trait Implementations§
§impl Clone for SurfaceButterflySelection
impl Clone for SurfaceButterflySelection
§fn clone(&self) -> SurfaceButterflySelection
fn clone(&self) -> SurfaceButterflySelection
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SurfaceButterflySelection
impl PartialEq for SurfaceButterflySelection
impl Copy for SurfaceButterflySelection
impl StructuralPartialEq for SurfaceButterflySelection
Auto Trait Implementations§
impl Freeze for SurfaceButterflySelection
impl RefUnwindSafe for SurfaceButterflySelection
impl Send for SurfaceButterflySelection
impl Sync for SurfaceButterflySelection
impl Unpin for SurfaceButterflySelection
impl UnsafeUnpin for SurfaceButterflySelection
impl UnwindSafe for SurfaceButterflySelection
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)