pub struct VideoExp {
pub bitrate: usize,
pub codecs: String,
pub framerate: f32,
pub width: usize,
pub height: usize,
}
Fields§
§bitrate: usize
§codecs: String
§framerate: f32
§width: usize
§height: usize
Trait Implementations§
impl StructuralPartialEq for VideoExp
Auto Trait Implementations§
impl Freeze for VideoExp
impl RefUnwindSafe for VideoExp
impl Send for VideoExp
impl Sync for VideoExp
impl Unpin for VideoExp
impl UnwindSafe for VideoExp
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