pub type IOBlitRectangles = IOBlitRectanglesStruct;Available on crate feature
graphics only.Expand description
Aliased Type§
#[repr(C)]pub struct IOBlitRectangles {
pub operation: IOBlitOperationStruct,
pub count: u32,
pub rects: [IOBlitRectangleStruct; 1],
}Fields§
§operation: IOBlitOperationStruct§count: u32§rects: [IOBlitRectangleStruct; 1]