Struct windows_sys::Media::SoundLevel
[−]#[repr(transparent)]pub struct SoundLevel(pub i32);
Expand description
Required features: ‘Media’
Tuple Fields
0: i32
Implementations
impl SoundLevel
impl SoundLevel
Trait Implementations
impl Clone for SoundLevel
impl Clone for SoundLevel
impl Copy for SoundLevel
Auto Trait Implementations
impl RefUnwindSafe for SoundLevel
impl Send for SoundLevel
impl Sync for SoundLevel
impl Unpin for SoundLevel
impl UnwindSafe for SoundLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more