pub type IOBlitCopyRectangle = IOBlitCopyRectangleStruct;Available on crate feature
graphics only.Expand description
Aliased Type§
#[repr(C)]pub struct IOBlitCopyRectangle {
pub sourceX: i32,
pub sourceY: i32,
pub x: i32,
pub y: i32,
pub width: i32,
pub height: i32,
}Fields§
§sourceX: i32§sourceY: i32§x: i32§y: i32§width: i32§height: i32