Struct AudioDeviceRole
#[repr(transparent)]pub struct AudioDeviceRole(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AudioDeviceRole
impl AudioDeviceRole
pub const Default: Self = _
pub const Communications: Self = _
Trait Implementations§
§impl Clone for AudioDeviceRole
impl Clone for AudioDeviceRole
§fn clone(&self) -> AudioDeviceRole
fn clone(&self) -> AudioDeviceRole
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 more§impl Debug for AudioDeviceRole
impl Debug for AudioDeviceRole
§impl Default for AudioDeviceRole
impl Default for AudioDeviceRole
§fn default() -> AudioDeviceRole
fn default() -> AudioDeviceRole
Returns the “default value” for a type. Read more
§impl PartialEq for AudioDeviceRole
impl PartialEq for AudioDeviceRole
impl Copy for AudioDeviceRole
impl Eq for AudioDeviceRole
impl StructuralPartialEq for AudioDeviceRole
Auto Trait Implementations§
impl Freeze for AudioDeviceRole
impl RefUnwindSafe for AudioDeviceRole
impl Send for AudioDeviceRole
impl Sync for AudioDeviceRole
impl Unpin for AudioDeviceRole
impl UnwindSafe for AudioDeviceRole
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