pub struct SetSinkToUse { /* private fields */ }Expand description
Sets a sink to be used when the web page requests the browser to choose a sink via Presentation API, Remote Playback API, or Cast SDK.
Implementations§
Trait Implementations§
Source§impl Clone for SetSinkToUse
impl Clone for SetSinkToUse
Source§fn clone(&self) -> SetSinkToUse
fn clone(&self) -> SetSinkToUse
Returns a duplicate 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 moreSource§impl Debug for SetSinkToUse
impl Debug for SetSinkToUse
Source§impl Method for SetSinkToUse
impl Method for SetSinkToUse
Auto Trait Implementations§
impl Freeze for SetSinkToUse
impl RefUnwindSafe for SetSinkToUse
impl Send for SetSinkToUse
impl Sync for SetSinkToUse
impl Unpin for SetSinkToUse
impl UnsafeUnpin for SetSinkToUse
impl UnwindSafe for SetSinkToUse
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