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