Struct windows::Win32::Media::WindowsMediaFormat::WMDRM_IMPORT_INIT_STRUCT
#[repr(C)]pub struct WMDRM_IMPORT_INIT_STRUCT {
pub dwVersion: u32,
pub cbEncryptedSessionKeyMessage: u32,
pub pbEncryptedSessionKeyMessage: *mut u8,
pub cbEncryptedKeyMessage: u32,
pub pbEncryptedKeyMessage: *mut u8,
}
Fields§
§dwVersion: u32
§cbEncryptedSessionKeyMessage: u32
§pbEncryptedSessionKeyMessage: *mut u8
§cbEncryptedKeyMessage: u32
§pbEncryptedKeyMessage: *mut u8
Trait Implementations§
§impl Clone for WMDRM_IMPORT_INIT_STRUCT
impl Clone for WMDRM_IMPORT_INIT_STRUCT
§fn clone(&self) -> WMDRM_IMPORT_INIT_STRUCT
fn clone(&self) -> WMDRM_IMPORT_INIT_STRUCT
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 WMDRM_IMPORT_INIT_STRUCT
impl Debug for WMDRM_IMPORT_INIT_STRUCT
§impl Default for WMDRM_IMPORT_INIT_STRUCT
impl Default for WMDRM_IMPORT_INIT_STRUCT
§impl PartialEq for WMDRM_IMPORT_INIT_STRUCT
impl PartialEq for WMDRM_IMPORT_INIT_STRUCT
§fn eq(&self, other: &WMDRM_IMPORT_INIT_STRUCT) -> bool
fn eq(&self, other: &WMDRM_IMPORT_INIT_STRUCT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WMDRM_IMPORT_INIT_STRUCT
impl Eq for WMDRM_IMPORT_INIT_STRUCT
impl StructuralPartialEq for WMDRM_IMPORT_INIT_STRUCT
Auto Trait Implementations§
impl Freeze for WMDRM_IMPORT_INIT_STRUCT
impl RefUnwindSafe for WMDRM_IMPORT_INIT_STRUCT
impl !Send for WMDRM_IMPORT_INIT_STRUCT
impl !Sync for WMDRM_IMPORT_INIT_STRUCT
impl Unpin for WMDRM_IMPORT_INIT_STRUCT
impl UnwindSafe for WMDRM_IMPORT_INIT_STRUCT
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
)