Struct i_slint_core::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: f32Auto Trait Implementations
impl RefUnwindSafe for PathLayoutData
impl Send for PathLayoutData
impl !Sync for PathLayoutData
impl Unpin for PathLayoutData
impl UnwindSafe for PathLayoutData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more