Struct sixtyfps_corelib::layout::PathLayoutData
source · [−]#[repr(C)]pub struct PathLayoutData {
pub elements: PathData,
pub item_count: u32,
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
pub offset: f32,
}
Fields
elements: PathData
item_count: u32
x: f32
y: f32
width: f32
height: f32
offset: f32