#[repr(C, packed(1))]pub struct PPix {
pub bounds: prRect,
pub rowbytes: csSDK_int32,
pub bitsperpixel: csSDK_int32,
pub pix: *mut c_void,
pub reserved: [*mut c_void; 32],
}Fields§
§bounds: prRect§rowbytes: csSDK_int32§bitsperpixel: csSDK_int32§pix: *mut c_void§reserved: [*mut c_void; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PPix
impl RefUnwindSafe for PPix
impl !Send for PPix
impl !Sync for PPix
impl Unpin for PPix
impl UnwindSafe for PPix
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