Struct KS_DVDCOPYSTATE
#[repr(transparent)]pub struct KS_DVDCOPYSTATE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for KS_DVDCOPYSTATE
impl Clone for KS_DVDCOPYSTATE
§fn clone(&self) -> KS_DVDCOPYSTATE
fn clone(&self) -> KS_DVDCOPYSTATE
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 KS_DVDCOPYSTATE
impl Debug for KS_DVDCOPYSTATE
§impl Default for KS_DVDCOPYSTATE
impl Default for KS_DVDCOPYSTATE
§fn default() -> KS_DVDCOPYSTATE
fn default() -> KS_DVDCOPYSTATE
Returns the “default value” for a type. Read more
§impl PartialEq for KS_DVDCOPYSTATE
impl PartialEq for KS_DVDCOPYSTATE
impl Copy for KS_DVDCOPYSTATE
impl Eq for KS_DVDCOPYSTATE
impl StructuralPartialEq for KS_DVDCOPYSTATE
Auto Trait Implementations§
impl Freeze for KS_DVDCOPYSTATE
impl RefUnwindSafe for KS_DVDCOPYSTATE
impl Send for KS_DVDCOPYSTATE
impl Sync for KS_DVDCOPYSTATE
impl Unpin for KS_DVDCOPYSTATE
impl UnwindSafe for KS_DVDCOPYSTATE
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