#[repr(C)]pub struct de265_image { /* private fields */ }Expand description
The image is currently always 3-channel YCbCr, with 4:2:0 chroma. But you may want to check the chroma format anyway for future compatibility.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for de265_image
impl RefUnwindSafe for de265_image
impl Send for de265_image
impl Sync for de265_image
impl Unpin for de265_image
impl UnwindSafe for de265_image
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