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