Struct AUDIO_MICROPHONE_BOOST_NOTIFICATION
#[repr(C)]pub struct AUDIO_MICROPHONE_BOOST_NOTIFICATION {
pub endpoint: ManuallyDrop<Option<IMMDevice>>,
pub eventContext: GUID,
pub microphoneBoostEnabled: BOOL,
pub levelInDb: f32,
pub levelMinInDb: f32,
pub levelMaxInDb: f32,
pub levelStepInDb: f32,
pub muteSupported: BOOL,
pub mute: BOOL,
}
Fields§
§endpoint: ManuallyDrop<Option<IMMDevice>>
§eventContext: GUID
§microphoneBoostEnabled: BOOL
§levelInDb: f32
§levelMinInDb: f32
§levelMaxInDb: f32
§levelStepInDb: f32
§muteSupported: BOOL
§mute: BOOL
Trait Implementations§
§impl Clone for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl Clone for AUDIO_MICROPHONE_BOOST_NOTIFICATION
§fn clone(&self) -> AUDIO_MICROPHONE_BOOST_NOTIFICATION
fn clone(&self) -> AUDIO_MICROPHONE_BOOST_NOTIFICATION
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 PartialEq for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl PartialEq for AUDIO_MICROPHONE_BOOST_NOTIFICATION
§fn eq(&self, other: &AUDIO_MICROPHONE_BOOST_NOTIFICATION) -> bool
fn eq(&self, other: &AUDIO_MICROPHONE_BOOST_NOTIFICATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AUDIO_MICROPHONE_BOOST_NOTIFICATION
Auto Trait Implementations§
impl Freeze for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl RefUnwindSafe for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl !Send for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl !Sync for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl Unpin for AUDIO_MICROPHONE_BOOST_NOTIFICATION
impl UnwindSafe for AUDIO_MICROPHONE_BOOST_NOTIFICATION
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