#[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
impl Copy for KSAUDIOENGINE_DEVICECONTROLS
Auto Trait Implementations§
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