Struct windows_sys::Win32::Media::DirectShow::AM_DVDCOPY_CHLGKEY
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
ChlgKey: [u8; 10]
Reserved: [u8; 2]
Trait Implementations
impl Clone for AM_DVDCOPY_CHLGKEY
impl Clone for AM_DVDCOPY_CHLGKEY
impl Copy for AM_DVDCOPY_CHLGKEY
Auto Trait Implementations
impl RefUnwindSafe for AM_DVDCOPY_CHLGKEY
impl Send for AM_DVDCOPY_CHLGKEY
impl Sync for AM_DVDCOPY_CHLGKEY
impl Unpin for AM_DVDCOPY_CHLGKEY
impl UnwindSafe for AM_DVDCOPY_CHLGKEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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