Struct classicube_sys::Bitmap
source · #[repr(C)]pub struct Bitmap {
pub scan0: *mut BitmapCol,
pub width: c_int,
pub height: c_int,
}
Fields§
§scan0: *mut BitmapCol
§width: c_int
§height: c_int
Trait Implementations§
source§impl Borrow<Bitmap> for OwnedBitmap
impl Borrow<Bitmap> for OwnedBitmap
source§impl Borrow<Bitmap> for OwnedContext2D
impl Borrow<Bitmap> for OwnedContext2D
source§impl PartialEq for Bitmap
impl PartialEq for Bitmap
impl Eq for Bitmap
impl StructuralPartialEq for Bitmap
Auto Trait Implementations§
impl Freeze for Bitmap
impl RefUnwindSafe for Bitmap
impl !Send for Bitmap
impl !Sync for Bitmap
impl Unpin for Bitmap
impl UnwindSafe for Bitmap
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