#[repr(C)]pub struct _fc2Image {
pub rows: c_uint,
pub cols: c_uint,
pub stride: c_uint,
pub pData: *mut c_uchar,
pub dataSize: c_uint,
pub receivedDataSize: c_uint,
pub format: fc2PixelFormat,
pub bayerFormat: fc2BayerTileFormat,
pub imageImpl: fc2ImageImpl,
}Fields§
§rows: c_uint§cols: c_uint§stride: c_uint§pData: *mut c_uchar§dataSize: c_uint§receivedDataSize: c_uint§format: fc2PixelFormat§bayerFormat: fc2BayerTileFormat§imageImpl: fc2ImageImplTrait Implementations§
impl Copy for _fc2Image
Auto Trait Implementations§
impl Freeze for _fc2Image
impl RefUnwindSafe for _fc2Image
impl !Send for _fc2Image
impl !Sync for _fc2Image
impl Unpin for _fc2Image
impl UnwindSafe for _fc2Image
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