pub struct NegotiationUploadEncoding {
pub rid: String,
pub max_bitrate: Option<u64>,
pub resolution_scale: Option<u16>,
pub max_framerate: Option<u16>,
}Fields§
§rid: String§max_bitrate: Option<u64>§resolution_scale: Option<u16>§max_framerate: Option<u16>Trait Implementations§
Source§impl Clone for NegotiationUploadEncoding
impl Clone for NegotiationUploadEncoding
Source§fn clone(&self) -> NegotiationUploadEncoding
fn clone(&self) -> NegotiationUploadEncoding
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 NegotiationUploadEncoding
impl Debug for NegotiationUploadEncoding
Source§impl<'de> Deserialize<'de> for NegotiationUploadEncoding
impl<'de> Deserialize<'de> for NegotiationUploadEncoding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NegotiationUploadEncoding
impl StructuralPartialEq for NegotiationUploadEncoding
Auto Trait Implementations§
impl Freeze for NegotiationUploadEncoding
impl RefUnwindSafe for NegotiationUploadEncoding
impl Send for NegotiationUploadEncoding
impl Sync for NegotiationUploadEncoding
impl Unpin for NegotiationUploadEncoding
impl UnsafeUnpin for NegotiationUploadEncoding
impl UnwindSafe for NegotiationUploadEncoding
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