pub enum BluetoothCallVolumeMode {
Unchanged,
LowerBy12Decibels,
MuteGame,
}Variants§
Trait Implementations§
Source§impl Clone for BluetoothCallVolumeMode
impl Clone for BluetoothCallVolumeMode
Source§fn clone(&self) -> BluetoothCallVolumeMode
fn clone(&self) -> BluetoothCallVolumeMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BluetoothCallVolumeMode
Source§impl Debug for BluetoothCallVolumeMode
impl Debug for BluetoothCallVolumeMode
impl Eq for BluetoothCallVolumeMode
Source§impl PartialEq for BluetoothCallVolumeMode
impl PartialEq for BluetoothCallVolumeMode
impl StructuralPartialEq for BluetoothCallVolumeMode
Auto Trait Implementations§
impl Freeze for BluetoothCallVolumeMode
impl RefUnwindSafe for BluetoothCallVolumeMode
impl Send for BluetoothCallVolumeMode
impl Sync for BluetoothCallVolumeMode
impl Unpin for BluetoothCallVolumeMode
impl UnsafeUnpin for BluetoothCallVolumeMode
impl UnwindSafe for BluetoothCallVolumeMode
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