pub type JAWT_DrawingSurfaceInfo = jawt_DrawingSurfaceInfo;
Aliased Type§
#[repr(C)]pub struct JAWT_DrawingSurfaceInfo {
pub platformInfo: *mut c_void,
pub ds: *mut jawt_DrawingSurface,
pub bounds: jawt_Rectangle,
pub clipSize: i32,
pub clip: *mut jawt_Rectangle,
}
Fields§
§platformInfo: *mut c_void
§ds: *mut jawt_DrawingSurface
§bounds: jawt_Rectangle
§clipSize: i32
§clip: *mut jawt_Rectangle