pub struct RtcDeviceConfig {
pub device: String,
}Fields§
§device: StringTrait Implementations§
Source§impl Clone for RtcDeviceConfig
impl Clone for RtcDeviceConfig
Source§fn clone(&self) -> RtcDeviceConfig
fn clone(&self) -> RtcDeviceConfig
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 moreSource§impl Debug for RtcDeviceConfig
impl Debug for RtcDeviceConfig
Source§impl PartialEq for RtcDeviceConfig
impl PartialEq for RtcDeviceConfig
Source§fn eq(&self, other: &RtcDeviceConfig) -> bool
fn eq(&self, other: &RtcDeviceConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RtcDeviceConfig
Auto Trait Implementations§
impl Freeze for RtcDeviceConfig
impl RefUnwindSafe for RtcDeviceConfig
impl Send for RtcDeviceConfig
impl Sync for RtcDeviceConfig
impl Unpin for RtcDeviceConfig
impl UnsafeUnpin for RtcDeviceConfig
impl UnwindSafe for RtcDeviceConfig
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