Struct windows_sys::Media::Capture::GameBarTargetCapturePolicy
[−]#[repr(transparent)]pub struct GameBarTargetCapturePolicy(pub i32);Expand description
Required features: ‘Media_Capture’
Tuple Fields
0: i32Implementations
impl GameBarTargetCapturePolicy
impl GameBarTargetCapturePolicy
pub const EnabledBySystem: Self
pub const EnabledByUser: Self
pub const NotEnabled: Self
pub const ProhibitedBySystem: Self
pub const ProhibitedByPublisher: Self
Trait Implementations
impl Clone for GameBarTargetCapturePolicy
impl Clone for GameBarTargetCapturePolicy
impl Copy for GameBarTargetCapturePolicy
Auto Trait Implementations
impl RefUnwindSafe for GameBarTargetCapturePolicy
impl Send for GameBarTargetCapturePolicy
impl Sync for GameBarTargetCapturePolicy
impl Unpin for GameBarTargetCapturePolicy
impl UnwindSafe for GameBarTargetCapturePolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more