Struct windows::Media::SoundLevel
#[repr(transparent)]pub struct SoundLevel(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SoundLevel
impl SoundLevel
Trait Implementations§
§impl Clone for SoundLevel
impl Clone for SoundLevel
§fn clone(&self) -> SoundLevel
fn clone(&self) -> SoundLevel
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 SoundLevel
impl Debug for SoundLevel
§impl Default for SoundLevel
impl Default for SoundLevel
§fn default() -> SoundLevel
fn default() -> SoundLevel
Returns the “default value” for a type. Read more
§impl PartialEq for SoundLevel
impl PartialEq for SoundLevel
§fn eq(&self, other: &SoundLevel) -> bool
fn eq(&self, other: &SoundLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SoundLevel
impl Eq for SoundLevel
impl StructuralPartialEq for SoundLevel
Auto Trait Implementations§
impl Freeze for SoundLevel
impl RefUnwindSafe for SoundLevel
impl Send for SoundLevel
impl Sync for SoundLevel
impl Unpin for SoundLevel
impl UnwindSafe for SoundLevel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)