Enum rust_faces::FaceDetection
source · pub enum FaceDetection {
BlazeFace640,
}Variants§
BlazeFace640
Trait Implementations§
source§impl Clone for FaceDetection
impl Clone for FaceDetection
source§fn clone(&self) -> FaceDetection
fn clone(&self) -> FaceDetection
Returns a copy of the value. Read more
1.0.0 · 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 FaceDetection
impl Debug for FaceDetection
impl Copy for FaceDetection
Auto Trait Implementations§
impl RefUnwindSafe for FaceDetection
impl Send for FaceDetection
impl Sync for FaceDetection
impl Unpin for FaceDetection
impl UnwindSafe for FaceDetection
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