pub struct MediaDeviceInfo {
pub device_id: String,
pub kind: MediaDeviceKind,
pub label: String,
}
Fields§
§device_id: String
§kind: MediaDeviceKind
§label: String
Trait Implementations§
source§impl Clone for MediaDeviceInfo
impl Clone for MediaDeviceInfo
source§fn clone(&self) -> MediaDeviceInfo
fn clone(&self) -> MediaDeviceInfo
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 moreAuto Trait Implementations§
impl Freeze for MediaDeviceInfo
impl RefUnwindSafe for MediaDeviceInfo
impl Send for MediaDeviceInfo
impl Sync for MediaDeviceInfo
impl Unpin for MediaDeviceInfo
impl UnwindSafe for MediaDeviceInfo
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