#[repr(C)]pub struct CVPlanarComponentInfo {
pub offset: i32,
pub rowBytes: u32,
}Fields§
§offset: i32§rowBytes: u32Trait Implementations§
Source§impl Clone for CVPlanarComponentInfo
impl Clone for CVPlanarComponentInfo
Source§fn clone(&self) -> CVPlanarComponentInfo
fn clone(&self) -> CVPlanarComponentInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CVPlanarComponentInfo
impl Debug for CVPlanarComponentInfo
impl Copy for CVPlanarComponentInfo
Auto Trait Implementations§
impl Freeze for CVPlanarComponentInfo
impl RefUnwindSafe for CVPlanarComponentInfo
impl Send for CVPlanarComponentInfo
impl Sync for CVPlanarComponentInfo
impl Unpin for CVPlanarComponentInfo
impl UnsafeUnpin for CVPlanarComponentInfo
impl UnwindSafe for CVPlanarComponentInfo
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