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],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
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
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