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