Struct D3DCONTENTPROTECTIONCAPS
#[repr(C)]pub struct D3DCONTENTPROTECTIONCAPS {
pub Caps: u32,
pub KeyExchangeType: GUID,
pub BufferAlignmentStart: u32,
pub BlockAlignmentSize: u32,
pub ProtectedMemorySize: u64,
}
Fields§
§Caps: u32
§KeyExchangeType: GUID
§BufferAlignmentStart: u32
§BlockAlignmentSize: u32
§ProtectedMemorySize: u64
Trait Implementations§
§impl Clone for D3DCONTENTPROTECTIONCAPS
impl Clone for D3DCONTENTPROTECTIONCAPS
§fn clone(&self) -> D3DCONTENTPROTECTIONCAPS
fn clone(&self) -> D3DCONTENTPROTECTIONCAPS
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 D3DCONTENTPROTECTIONCAPS
impl Debug for D3DCONTENTPROTECTIONCAPS
§impl Default for D3DCONTENTPROTECTIONCAPS
impl Default for D3DCONTENTPROTECTIONCAPS
§impl PartialEq for D3DCONTENTPROTECTIONCAPS
impl PartialEq for D3DCONTENTPROTECTIONCAPS
impl Copy for D3DCONTENTPROTECTIONCAPS
impl StructuralPartialEq for D3DCONTENTPROTECTIONCAPS
Auto Trait Implementations§
impl Freeze for D3DCONTENTPROTECTIONCAPS
impl RefUnwindSafe for D3DCONTENTPROTECTIONCAPS
impl Send for D3DCONTENTPROTECTIONCAPS
impl Sync for D3DCONTENTPROTECTIONCAPS
impl Unpin for D3DCONTENTPROTECTIONCAPS
impl UnwindSafe for D3DCONTENTPROTECTIONCAPS
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