#[repr(C)]pub struct CMBitmap {
pub image: *mut c_char,
pub width: usize,
pub height: usize,
pub rowBytes: usize,
pub pixelSize: usize,
pub space: CMBitmapColorSpace,
pub user1: UInt32,
pub user2: UInt32,
}Expand description
Apple SDK struct CMBitmap.
Fields§
§image: *mut c_char§width: usize§height: usize§rowBytes: usize§pixelSize: usize§space: CMBitmapColorSpace§user1: UInt32§user2: UInt32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMBitmap
impl RefUnwindSafe for CMBitmap
impl !Send for CMBitmap
impl !Sync for CMBitmap
impl Unpin for CMBitmap
impl UnsafeUnpin for CMBitmap
impl UnwindSafe for CMBitmap
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