#[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
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§
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