#[repr(C)]pub struct KSAUDIOENGINE_VOLUMELEVEL {
pub TargetVolume: i32,
pub CurveType: AUDIO_CURVE_TYPE,
pub CurveDuration: u64,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
TargetVolume: i32
CurveType: AUDIO_CURVE_TYPE
CurveDuration: u64
Trait Implementations
impl Clone for KSAUDIOENGINE_VOLUMELEVEL
impl Clone for KSAUDIOENGINE_VOLUMELEVEL
impl Copy for KSAUDIOENGINE_VOLUMELEVEL
Auto Trait Implementations
impl RefUnwindSafe for KSAUDIOENGINE_VOLUMELEVEL
impl Send for KSAUDIOENGINE_VOLUMELEVEL
impl Sync for KSAUDIOENGINE_VOLUMELEVEL
impl Unpin for KSAUDIOENGINE_VOLUMELEVEL
impl UnwindSafe for KSAUDIOENGINE_VOLUMELEVEL
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