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