Struct sixtyfps_corelib::layout::PathLayoutData [−][src]
#[repr(C)]pub struct PathLayoutData<'a> { pub elements: &'a PathData, pub item_count: u32, pub x: f32, pub y: f32, pub width: f32, pub height: f32, pub offset: f32, }
Fields
elements: &'a PathData
item_count: u32
x: f32
y: f32
width: f32
height: f32
offset: f32