Struct libui_ng_sys::uiAreaDrawParams
source · #[repr(C)]pub struct uiAreaDrawParams {
pub Context: *mut uiDrawContext,
pub AreaWidth: f64,
pub AreaHeight: f64,
pub ClipX: f64,
pub ClipY: f64,
pub ClipWidth: f64,
pub ClipHeight: f64,
}Fields§
§Context: *mut uiDrawContext§AreaWidth: f64§AreaHeight: f64§ClipX: f64§ClipY: f64§ClipWidth: f64§ClipHeight: f64Trait Implementations§
source§impl Clone for uiAreaDrawParams
impl Clone for uiAreaDrawParams
source§fn clone(&self) -> uiAreaDrawParams
fn clone(&self) -> uiAreaDrawParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more