#[repr(transparent)]pub struct AvailableAudioRoutingEndpoints(pub u32);
Expand description
Required features: ‘Phone_Media_Devices’
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for AvailableAudioRoutingEndpoints
impl Clone for AvailableAudioRoutingEndpoints
impl Copy for AvailableAudioRoutingEndpoints
Auto Trait Implementations
impl RefUnwindSafe for AvailableAudioRoutingEndpoints
impl Send for AvailableAudioRoutingEndpoints
impl Sync for AvailableAudioRoutingEndpoints
impl Unpin for AvailableAudioRoutingEndpoints
impl UnwindSafe for AvailableAudioRoutingEndpoints
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more