Struct windows::Media::Protection::GraphicsTrustStatus
#[repr(transparent)]pub struct GraphicsTrustStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl GraphicsTrustStatus
impl GraphicsTrustStatus
pub const TrustNotRequired: Self = _
pub const TrustEstablished: Self = _
pub const EnvironmentNotSupported: Self = _
pub const DriverNotSupported: Self = _
pub const DriverSigningFailure: Self = _
pub const UnknownFailure: Self = _
Trait Implementations§
§impl Clone for GraphicsTrustStatus
impl Clone for GraphicsTrustStatus
§fn clone(&self) -> GraphicsTrustStatus
fn clone(&self) -> GraphicsTrustStatus
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 GraphicsTrustStatus
impl Debug for GraphicsTrustStatus
§impl Default for GraphicsTrustStatus
impl Default for GraphicsTrustStatus
§fn default() -> GraphicsTrustStatus
fn default() -> GraphicsTrustStatus
Returns the “default value” for a type. Read more
§impl PartialEq for GraphicsTrustStatus
impl PartialEq for GraphicsTrustStatus
§fn eq(&self, other: &GraphicsTrustStatus) -> bool
fn eq(&self, other: &GraphicsTrustStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GraphicsTrustStatus
impl Eq for GraphicsTrustStatus
impl StructuralPartialEq for GraphicsTrustStatus
Auto Trait Implementations§
impl Freeze for GraphicsTrustStatus
impl RefUnwindSafe for GraphicsTrustStatus
impl Send for GraphicsTrustStatus
impl Sync for GraphicsTrustStatus
impl Unpin for GraphicsTrustStatus
impl UnwindSafe for GraphicsTrustStatus
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
)