#[repr(C)]pub struct KS_DVDCOPY_SET_COPY_STATE {
pub DVDCopyState: u32,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
DVDCopyState: u32
Trait Implementations
impl Clone for KS_DVDCOPY_SET_COPY_STATE
impl Clone for KS_DVDCOPY_SET_COPY_STATE
impl Copy for KS_DVDCOPY_SET_COPY_STATE
Auto Trait Implementations
impl RefUnwindSafe for KS_DVDCOPY_SET_COPY_STATE
impl Send for KS_DVDCOPY_SET_COPY_STATE
impl Sync for KS_DVDCOPY_SET_COPY_STATE
impl Unpin for KS_DVDCOPY_SET_COPY_STATE
impl UnwindSafe for KS_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