pub struct VideoFlowControl {
pub conference_id: ConferenceId,
pub passthrough_party_id: PassthroughPartyId,
pub call_reference: CallReference,
pub maximum_bit_rate: u32,
}Expand description
Maximum-bit-rate update for one video stream.
Fields§
§conference_id: ConferenceId§passthrough_party_id: PassthroughPartyId§call_reference: CallReference§maximum_bit_rate: u32Trait Implementations§
Source§impl Clone for VideoFlowControl
impl Clone for VideoFlowControl
Source§fn clone(&self) -> VideoFlowControl
fn clone(&self) -> VideoFlowControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoFlowControl
Source§impl Debug for VideoFlowControl
impl Debug for VideoFlowControl
impl Eq for VideoFlowControl
Source§impl PartialEq for VideoFlowControl
impl PartialEq for VideoFlowControl
impl StructuralPartialEq for VideoFlowControl
Auto Trait Implementations§
impl Freeze for VideoFlowControl
impl RefUnwindSafe for VideoFlowControl
impl Send for VideoFlowControl
impl Sync for VideoFlowControl
impl Unpin for VideoFlowControl
impl UnsafeUnpin for VideoFlowControl
impl UnwindSafe for VideoFlowControl
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