pub struct SenderOptions {
pub name: String,
pub groups: Option<String>,
pub clock_video: bool,
pub clock_audio: bool,
}Fields§
§name: String§groups: Option<String>§clock_video: bool§clock_audio: boolImplementations§
Source§impl SenderOptions
impl SenderOptions
Sourcepub fn builder<S: Into<String>>(name: S) -> SenderOptionsBuilder
pub fn builder<S: Into<String>>(name: S) -> SenderOptionsBuilder
Create a builder for configuring send options
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SenderOptions
impl RefUnwindSafe for SenderOptions
impl Send for SenderOptions
impl Sync for SenderOptions
impl Unpin for SenderOptions
impl UnsafeUnpin for SenderOptions
impl UnwindSafe for SenderOptions
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