#[repr(transparent)]pub struct AppBroadcastCaptureTargetType(pub i32);
Expand description
Required features: "Media_Capture"
Tuple Fields
0: i32
Implementations
impl AppBroadcastCaptureTargetType
impl AppBroadcastCaptureTargetType
pub const AppView: Self = Self(0i32)
pub const EntireDisplay: Self = Self(1i32)
Trait Implementations
impl Clone for AppBroadcastCaptureTargetType
impl Clone for AppBroadcastCaptureTargetType
impl Copy for AppBroadcastCaptureTargetType
Auto Trait Implementations
impl RefUnwindSafe for AppBroadcastCaptureTargetType
impl Send for AppBroadcastCaptureTargetType
impl Sync for AppBroadcastCaptureTargetType
impl Unpin for AppBroadcastCaptureTargetType
impl UnwindSafe for AppBroadcastCaptureTargetType
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