#[repr(transparent)]pub struct AvailableAudioRoutingEndpoints(pub u32);
Expand description
Required features: "Phone_Media_Devices"
Tuple Fields
0: u32
Implementations
impl AvailableAudioRoutingEndpoints
impl AvailableAudioRoutingEndpoints
pub const None: Self = Self(0u32)
pub const Earpiece: Self = Self(1u32)
pub const Speakerphone: Self = Self(2u32)
pub const Bluetooth: Self = Self(4u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more