#[repr(C)]pub struct D3DCONTENTPROTECTIONCAPS {
pub Caps: DWORD,
pub KeyExchangeType: GUID,
pub BufferAlignmentStart: UINT,
pub BlockAlignmentSize: UINT,
pub ProtectedMemorySize: ULONGLONG,
}Fields§
§Caps: DWORD§KeyExchangeType: GUID§BufferAlignmentStart: UINT§BlockAlignmentSize: UINT§ProtectedMemorySize: ULONGLONGTrait Implementations§
Source§impl Clone for D3DCONTENTPROTECTIONCAPS
impl Clone for D3DCONTENTPROTECTIONCAPS
Source§fn clone(&self) -> D3DCONTENTPROTECTIONCAPS
fn clone(&self) -> D3DCONTENTPROTECTIONCAPS
Returns a duplicate 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 moreSource§impl Default for D3DCONTENTPROTECTIONCAPS
impl Default for D3DCONTENTPROTECTIONCAPS
Source§fn default() -> D3DCONTENTPROTECTIONCAPS
fn default() -> D3DCONTENTPROTECTIONCAPS
Returns the “default value” for a type. Read more
impl Copy 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