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