pub struct RawFrameData {
pub frame: Vec<u8>,
pub width: u32,
pub height: u32,
}👎Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Fields§
§frame: Vec<u8>👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
width: u32👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
height: u32👎Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Auto Trait Implementations§
impl Freeze for RawFrameData
impl RefUnwindSafe for RawFrameData
impl Send for RawFrameData
impl Sync for RawFrameData
impl Unpin for RawFrameData
impl UnsafeUnpin for RawFrameData
impl UnwindSafe for RawFrameData
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