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