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