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 PathDataitems: Slice<'a, PathLayoutItemData<'a>>x: f32y: f32width: f32height: f32offset: f32

Auto Trait Implementations

impl<'a> !RefUnwindSafe for PathLayoutData<'a>

impl<'a> !Send for PathLayoutData<'a>

impl<'a> !Sync for PathLayoutData<'a>

impl<'a> Unpin for PathLayoutData<'a>

impl<'a> !UnwindSafe for PathLayoutData<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.