pub struct Y4mInfo {
pub width: usize,
pub height: usize,
pub fps: f64,
/* private fields */
}Expand description
The Y4M stream layout needed to seek to a frame.
Fields§
§width: usize§height: usize§fps: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Y4mInfo
impl RefUnwindSafe for Y4mInfo
impl Send for Y4mInfo
impl Sync for Y4mInfo
impl Unpin for Y4mInfo
impl UnsafeUnpin for Y4mInfo
impl UnwindSafe for Y4mInfo
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