#[repr(C)]pub struct vvdecPlane {
pub ptr: *mut c_uchar,
pub width: u32,
pub height: u32,
pub stride: u32,
pub bytesPerSample: u32,
pub allocator: *mut c_void,
}Fields§
§ptr: *mut c_uchar§width: u32§height: u32§stride: u32§bytesPerSample: u32§allocator: *mut c_voidTrait Implementations§
Source§impl Clone for vvdecPlane
impl Clone for vvdecPlane
Source§fn clone(&self) -> vvdecPlane
fn clone(&self) -> vvdecPlane
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vvdecPlane
impl Debug for vvdecPlane
impl Copy for vvdecPlane
Auto Trait Implementations§
impl Freeze for vvdecPlane
impl RefUnwindSafe for vvdecPlane
impl !Send for vvdecPlane
impl !Sync for vvdecPlane
impl Unpin for vvdecPlane
impl UnwindSafe for vvdecPlane
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