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