Struct windows::Media::Protection::ProtectionCapabilityResult
#[repr(transparent)]pub struct ProtectionCapabilityResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ProtectionCapabilityResult
impl Clone for ProtectionCapabilityResult
§fn clone(&self) -> ProtectionCapabilityResult
fn clone(&self) -> ProtectionCapabilityResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ProtectionCapabilityResult
impl Debug for ProtectionCapabilityResult
§impl Default for ProtectionCapabilityResult
impl Default for ProtectionCapabilityResult
§fn default() -> ProtectionCapabilityResult
fn default() -> ProtectionCapabilityResult
Returns the “default value” for a type. Read more
§impl PartialEq for ProtectionCapabilityResult
impl PartialEq for ProtectionCapabilityResult
§fn eq(&self, other: &ProtectionCapabilityResult) -> bool
fn eq(&self, other: &ProtectionCapabilityResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ProtectionCapabilityResult
impl Eq for ProtectionCapabilityResult
impl StructuralPartialEq for ProtectionCapabilityResult
Auto Trait Implementations§
impl Freeze for ProtectionCapabilityResult
impl RefUnwindSafe for ProtectionCapabilityResult
impl Send for ProtectionCapabilityResult
impl Sync for ProtectionCapabilityResult
impl Unpin for ProtectionCapabilityResult
impl UnwindSafe for ProtectionCapabilityResult
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)