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