Struct KSAUDIOENGINE_VOLUMELEVEL
#[repr(C)]pub struct KSAUDIOENGINE_VOLUMELEVEL {
pub TargetVolume: i32,
pub CurveType: AUDIO_CURVE_TYPE,
pub CurveDuration: u64,
}
Fields§
§TargetVolume: i32
§CurveType: AUDIO_CURVE_TYPE
§CurveDuration: u64
Trait Implementations§
§impl Clone for KSAUDIOENGINE_VOLUMELEVEL
impl Clone for KSAUDIOENGINE_VOLUMELEVEL
§fn clone(&self) -> KSAUDIOENGINE_VOLUMELEVEL
fn clone(&self) -> KSAUDIOENGINE_VOLUMELEVEL
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 moreimpl Copy for KSAUDIOENGINE_VOLUMELEVEL
Auto Trait Implementations§
impl Freeze for KSAUDIOENGINE_VOLUMELEVEL
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§
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