Struct AM_DVDCOPY_SET_COPY_STATE
#[repr(C)]pub struct AM_DVDCOPY_SET_COPY_STATE {
pub DVDCopyState: u32,
}
Fields§
§DVDCopyState: u32
Trait Implementations§
§impl Clone for AM_DVDCOPY_SET_COPY_STATE
impl Clone for AM_DVDCOPY_SET_COPY_STATE
§fn clone(&self) -> AM_DVDCOPY_SET_COPY_STATE
fn clone(&self) -> AM_DVDCOPY_SET_COPY_STATE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AM_DVDCOPY_SET_COPY_STATE
impl Debug for AM_DVDCOPY_SET_COPY_STATE
§impl Default for AM_DVDCOPY_SET_COPY_STATE
impl Default for AM_DVDCOPY_SET_COPY_STATE
§impl PartialEq for AM_DVDCOPY_SET_COPY_STATE
impl PartialEq for AM_DVDCOPY_SET_COPY_STATE
impl Copy for AM_DVDCOPY_SET_COPY_STATE
impl StructuralPartialEq for AM_DVDCOPY_SET_COPY_STATE
Auto Trait Implementations§
impl Freeze for AM_DVDCOPY_SET_COPY_STATE
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§
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