#[repr(C)]pub struct CVPlanarComponentInfo {
pub offset: i32,
pub rowBytes: u32,
}Fields§
§offset: i32§rowBytes: u32Auto Trait Implementations§
impl Freeze for CVPlanarComponentInfo
impl RefUnwindSafe for CVPlanarComponentInfo
impl Send for CVPlanarComponentInfo
impl Sync for CVPlanarComponentInfo
impl Unpin 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