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 PathDataitem_count: u32x: f32y: f32width: f32height: f32offset: f32