Struct windows_sys::Win32::Media::KernelStreaming::KS_DVDCOPY_TITLEKEY
#[repr(C)]pub struct KS_DVDCOPY_TITLEKEY {
pub KeyFlags: u32,
pub ReservedNT: [u32; 2],
pub TitleKey: [u8; 6],
pub Reserved: [u8; 2],
}Fields§
§KeyFlags: u32§ReservedNT: [u32; 2]§TitleKey: [u8; 6]§Reserved: [u8; 2]Trait Implementations§
§impl Clone for KS_DVDCOPY_TITLEKEY
impl Clone for KS_DVDCOPY_TITLEKEY
impl Copy for KS_DVDCOPY_TITLEKEY
Auto Trait Implementations§
impl RefUnwindSafe for KS_DVDCOPY_TITLEKEY
impl Send for KS_DVDCOPY_TITLEKEY
impl Sync for KS_DVDCOPY_TITLEKEY
impl Unpin for KS_DVDCOPY_TITLEKEY
impl UnwindSafe for KS_DVDCOPY_TITLEKEY
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