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