Struct windows_sys::Win32::Media::KernelStreaming::KSWAVE_VOLUME
#[repr(C)]pub struct KSWAVE_VOLUME {
pub LeftAttenuation: i32,
pub RightAttenuation: i32,
}
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§
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