pub struct DecodedVideoFrame {
pub width: u32,
pub height: u32,
pub rgb_data: Vec<u8>,
}Fields§
§width: u32§height: u32§rgb_data: Vec<u8>Auto Trait Implementations§
impl Freeze for DecodedVideoFrame
impl RefUnwindSafe for DecodedVideoFrame
impl Send for DecodedVideoFrame
impl Sync for DecodedVideoFrame
impl Unpin for DecodedVideoFrame
impl UnsafeUnpin for DecodedVideoFrame
impl UnwindSafe for DecodedVideoFrame
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