pub struct FaceHandle(/* private fields */);
Expand description
A handle referring to a face.
Trait Implementations§
Source§impl Clone for FaceHandle
impl Clone for FaceHandle
Source§fn clone(&self) -> FaceHandle
fn clone(&self) -> FaceHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FaceHandle
impl Debug for FaceHandle
Source§impl Handle for FaceHandle
impl Handle for FaceHandle
Source§impl Hash for FaceHandle
impl Hash for FaceHandle
Source§impl Ord for FaceHandle
impl Ord for FaceHandle
Source§fn cmp(&self, other: &FaceHandle) -> Ordering
fn cmp(&self, other: &FaceHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FaceHandle
impl PartialEq for FaceHandle
Source§impl PartialOrd for FaceHandle
impl PartialOrd for FaceHandle
impl Copy for FaceHandle
impl Eq for FaceHandle
impl StructuralPartialEq for FaceHandle
Auto Trait Implementations§
impl Freeze for FaceHandle
impl RefUnwindSafe for FaceHandle
impl Send for FaceHandle
impl Sync for FaceHandle
impl Unpin for FaceHandle
impl UnwindSafe for FaceHandle
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