Struct KSAUDIOENGINE_DEVICECONTROLS
#[repr(C)]pub struct KSAUDIOENGINE_DEVICECONTROLS {
pub Volume: EDeviceControlUseType,
pub Mute: EDeviceControlUseType,
pub PeakMeter: EDeviceControlUseType,
}
Fields§
§Volume: EDeviceControlUseType
§Mute: EDeviceControlUseType
§PeakMeter: EDeviceControlUseType
Trait Implementations§
§impl Clone for KSAUDIOENGINE_DEVICECONTROLS
impl Clone for KSAUDIOENGINE_DEVICECONTROLS
§fn clone(&self) -> KSAUDIOENGINE_DEVICECONTROLS
fn clone(&self) -> KSAUDIOENGINE_DEVICECONTROLS
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 more§impl Debug for KSAUDIOENGINE_DEVICECONTROLS
impl Debug for KSAUDIOENGINE_DEVICECONTROLS
§impl Default for KSAUDIOENGINE_DEVICECONTROLS
impl Default for KSAUDIOENGINE_DEVICECONTROLS
§impl PartialEq for KSAUDIOENGINE_DEVICECONTROLS
impl PartialEq for KSAUDIOENGINE_DEVICECONTROLS
impl Copy for KSAUDIOENGINE_DEVICECONTROLS
impl StructuralPartialEq for KSAUDIOENGINE_DEVICECONTROLS
Auto Trait Implementations§
impl Freeze for KSAUDIOENGINE_DEVICECONTROLS
impl RefUnwindSafe for KSAUDIOENGINE_DEVICECONTROLS
impl Send for KSAUDIOENGINE_DEVICECONTROLS
impl Sync for KSAUDIOENGINE_DEVICECONTROLS
impl Unpin for KSAUDIOENGINE_DEVICECONTROLS
impl UnwindSafe for KSAUDIOENGINE_DEVICECONTROLS
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