pub enum EuvCameraFacing {
User,
Environment,
}Expand description
Represents the facing direction of the camera device.
Used to switch between the front (user-facing) and rear (environment-facing) cameras.
Variants§
Trait Implementations§
Source§impl Clone for EuvCameraFacing
impl Clone for EuvCameraFacing
impl Copy for EuvCameraFacing
Source§impl Debug for EuvCameraFacing
impl Debug for EuvCameraFacing
Source§impl Default for EuvCameraFacing
impl Default for EuvCameraFacing
impl Eq for EuvCameraFacing
Source§impl Hash for EuvCameraFacing
impl Hash for EuvCameraFacing
Source§impl Ord for EuvCameraFacing
impl Ord for EuvCameraFacing
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for EuvCameraFacing
impl PartialEq for EuvCameraFacing
Source§impl PartialOrd for EuvCameraFacing
impl PartialOrd for EuvCameraFacing
impl StructuralPartialEq for EuvCameraFacing
Auto Trait Implementations§
impl Freeze for EuvCameraFacing
impl RefUnwindSafe for EuvCameraFacing
impl Send for EuvCameraFacing
impl Sync for EuvCameraFacing
impl Unpin for EuvCameraFacing
impl UnsafeUnpin for EuvCameraFacing
impl UnwindSafe for EuvCameraFacing
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