Struct windows_sys::Win32::Media::KernelStreaming::KSWAVE_VOLUME
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
LeftAttenuation: i32
RightAttenuation: i32
Trait Implementations
impl Clone for KSWAVE_VOLUME
impl Clone for KSWAVE_VOLUME
impl Copy for KSWAVE_VOLUME
Auto Trait Implementations
impl RefUnwindSafe for KSWAVE_VOLUME
impl Send for KSWAVE_VOLUME
impl Sync for KSWAVE_VOLUME
impl Unpin for KSWAVE_VOLUME
impl UnwindSafe for KSWAVE_VOLUME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more