#[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,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
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
impl Copy for WMDRM_IMPORT_INIT_STRUCT
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more