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