Struct sixtyfps_corelib::layout::PathLayoutData [−][src]
#[repr(C)]pub struct PathLayoutData<'a> { pub elements: &'a PathData, pub items: Slice<'a, PathLayoutItemData<'a>>, pub x: f32, pub y: f32, pub width: f32, pub height: f32, pub offset: f32, }
Fields
elements: &'a PathData
items: Slice<'a, PathLayoutItemData<'a>>
x: f32
y: f32
width: f32
height: f32
offset: f32
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PathLayoutData<'a>
impl<'a> !RefUnwindSafe for PathLayoutData<'a>
impl<'a> !Send for PathLayoutData<'a>
impl<'a> !Send for PathLayoutData<'a>
impl<'a> !Sync for PathLayoutData<'a>
impl<'a> !Sync for PathLayoutData<'a>
impl<'a> Unpin for PathLayoutData<'a>
impl<'a> Unpin for PathLayoutData<'a>
impl<'a> !UnwindSafe for PathLayoutData<'a>
impl<'a> !UnwindSafe for PathLayoutData<'a>