pub struct WebOptions {
pub encoding: EncodingOptions,
pub audio_only: bool,
pub video_only: bool,
pub await_start_signal: bool,
}
Fields§
§encoding: EncodingOptions
§audio_only: bool
§video_only: bool
§await_start_signal: bool
Trait Implementations§
Source§impl Clone for WebOptions
impl Clone for WebOptions
Source§fn clone(&self) -> WebOptions
fn clone(&self) -> WebOptions
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 WebOptions
impl Debug for WebOptions
Source§impl Default for WebOptions
impl Default for WebOptions
Source§fn default() -> WebOptions
fn default() -> WebOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebOptions
impl RefUnwindSafe for WebOptions
impl Send for WebOptions
impl Sync for WebOptions
impl Unpin for WebOptions
impl UnwindSafe for WebOptions
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