pub struct VideoEncoding {
pub max_bitrate: u64,
pub max_framerate: f64,
}Fields§
§max_bitrate: u64§max_framerate: f64Trait Implementations§
Source§impl Clone for VideoEncoding
impl Clone for VideoEncoding
Source§fn clone(&self) -> VideoEncoding
fn clone(&self) -> VideoEncoding
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 moreAuto Trait Implementations§
impl Freeze for VideoEncoding
impl RefUnwindSafe for VideoEncoding
impl Send for VideoEncoding
impl Sync for VideoEncoding
impl Unpin for VideoEncoding
impl UnsafeUnpin for VideoEncoding
impl UnwindSafe for VideoEncoding
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