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