#[repr(C)]pub struct CVPlanarPixelBufferInfo_YCbCrPlanar {
pub componentInfoY: CVPlanarComponentInfo,
pub componentInfoCb: CVPlanarComponentInfo,
pub componentInfoCr: CVPlanarComponentInfo,
}Fields§
§componentInfoY: CVPlanarComponentInfo§componentInfoCb: CVPlanarComponentInfo§componentInfoCr: CVPlanarComponentInfoAuto Trait Implementations§
impl Freeze for CVPlanarPixelBufferInfo_YCbCrPlanar
impl RefUnwindSafe for CVPlanarPixelBufferInfo_YCbCrPlanar
impl Send for CVPlanarPixelBufferInfo_YCbCrPlanar
impl Sync for CVPlanarPixelBufferInfo_YCbCrPlanar
impl Unpin for CVPlanarPixelBufferInfo_YCbCrPlanar
impl UnwindSafe for CVPlanarPixelBufferInfo_YCbCrPlanar
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