Struct sixtyfps_corelib::layout::BoxLayoutCellData
source · [−]#[repr(C)]pub struct BoxLayoutCellData {
pub constraint: LayoutInfo,
}
Fields
constraint: LayoutInfo
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoxLayoutCellData
impl Send for BoxLayoutCellData
impl Sync for BoxLayoutCellData
impl Unpin for BoxLayoutCellData
impl UnwindSafe for BoxLayoutCellData
Blanket Implementations
Mutably borrows from an owned value. Read more