#[repr(C)]pub struct AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION {
pub endpoint: ManuallyDrop<Option<IMMDevice>>,
pub propertyStore: ManuallyDrop<Option<IPropertyStore>>,
pub propertyKey: PROPERTYKEY,
}
Fields§
§endpoint: ManuallyDrop<Option<IMMDevice>>
§propertyStore: ManuallyDrop<Option<IPropertyStore>>
§propertyKey: PROPERTYKEY
Trait Implementations§
§impl PartialEq for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl PartialEq for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
§fn eq(&self, other: &AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION) -> bool
fn eq(&self, other: &AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl StructuralPartialEq for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
Auto Trait Implementations§
impl Freeze for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl RefUnwindSafe for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl !Send for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl !Sync for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl Unpin for AUDIO_ENDPOINT_PROPERTY_CHANGE_NOTIFICATION
impl UnwindSafe for AUDIO_ENDPOINT_PROPERTY_CHANGE_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)