Struct AudioClient3ActivationParams
#[repr(C)]pub struct AudioClient3ActivationParams {
pub tracingContextId: GUID,
}
Fields§
§tracingContextId: GUID
Trait Implementations§
§impl Clone for AudioClient3ActivationParams
impl Clone for AudioClient3ActivationParams
§fn clone(&self) -> AudioClient3ActivationParams
fn clone(&self) -> AudioClient3ActivationParams
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 AudioClient3ActivationParams
Auto Trait Implementations§
impl Freeze for AudioClient3ActivationParams
impl RefUnwindSafe for AudioClient3ActivationParams
impl Send for AudioClient3ActivationParams
impl Sync for AudioClient3ActivationParams
impl Unpin for AudioClient3ActivationParams
impl UnwindSafe for AudioClient3ActivationParams
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