#[repr(transparent)]pub struct AppBroadcastCameraOverlayLocation(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl AppBroadcastCameraOverlayLocation
impl AppBroadcastCameraOverlayLocation
pub const TopLeft: Self = Self(0i32)
pub const TopCenter: Self = Self(1i32)
pub const TopRight: Self = Self(2i32)
pub const MiddleLeft: Self = Self(3i32)
pub const MiddleCenter: Self = Self(4i32)
pub const MiddleRight: Self = Self(5i32)
pub const BottomLeft: Self = Self(6i32)
pub const BottomCenter: Self = Self(7i32)
pub const BottomRight: Self = Self(8i32)
Trait Implementations
impl Clone for AppBroadcastCameraOverlayLocation
impl Clone for AppBroadcastCameraOverlayLocation
impl Copy for AppBroadcastCameraOverlayLocation
Auto Trait Implementations
impl RefUnwindSafe for AppBroadcastCameraOverlayLocation
impl Send for AppBroadcastCameraOverlayLocation
impl Sync for AppBroadcastCameraOverlayLocation
impl Unpin for AppBroadcastCameraOverlayLocation
impl UnwindSafe for AppBroadcastCameraOverlayLocation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more