#[repr(C)]pub struct Extent3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}Fields§
§width: u32§height: u32§depth: u32#[repr(C)]pub struct Extent3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}width: u32§height: u32§depth: u32