Struct windows_sys::Win32::Media::DirectShow::AM_DVDCOPY_SET_COPY_STATE
[−]#[repr(C)]pub struct AM_DVDCOPY_SET_COPY_STATE {
pub DVDCopyState: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
DVDCopyState: u32
Trait Implementations
impl Clone for AM_DVDCOPY_SET_COPY_STATE
impl Clone for AM_DVDCOPY_SET_COPY_STATE
impl Copy for AM_DVDCOPY_SET_COPY_STATE
Auto Trait Implementations
impl RefUnwindSafe for AM_DVDCOPY_SET_COPY_STATE
impl Send for AM_DVDCOPY_SET_COPY_STATE
impl Sync for AM_DVDCOPY_SET_COPY_STATE
impl Unpin for AM_DVDCOPY_SET_COPY_STATE
impl UnwindSafe for AM_DVDCOPY_SET_COPY_STATE
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