pub struct Face<FW> { /* private fields */ }Expand description
The data which describes a face.
Trait Implementations§
Auto Trait Implementations§
impl<FW> Freeze for Face<FW>where
FW: Freeze,
impl<FW> RefUnwindSafe for Face<FW>where
FW: RefUnwindSafe,
impl<FW> Send for Face<FW>where
FW: Send,
impl<FW> Sync for Face<FW>where
FW: Sync,
impl<FW> Unpin for Face<FW>where
FW: Unpin,
impl<FW> UnsafeUnpin for Face<FW>where
FW: UnsafeUnpin,
impl<FW> UnwindSafe for Face<FW>where
FW: UnwindSafe,
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