Struct leptonica_sys::Pix
source · #[repr(C)]pub struct Pix {}Fields§
§w: l_uint32§h: l_uint32§d: l_uint32§spp: l_uint32§wpl: l_uint32§refcount: l_uint32§xres: l_int32§yres: l_int32§informat: l_int32§special: l_int32§text: *mut c_char§colormap: *mut PixColormap§data: *mut l_uint32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pix
impl !Send for Pix
impl !Sync for Pix
impl Unpin for Pix
impl UnwindSafe for Pix
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