#[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 UnsafeUnpin for CVPlanarComponentInfo
impl UnwindSafe for CVPlanarComponentInfo
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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