Struct i_slint_core::items::BoxShadowFieldsOffsets
source · [−]pub struct BoxShadowFieldsOffsets {
pub x: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub y: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub width: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub height: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub border_radius: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub offset_x: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub offset_y: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub color: FieldOffset<BoxShadow, Property<Color>, AllowPin>,
pub blur: FieldOffset<BoxShadow, Property<f32>, AllowPin>,
pub cached_rendering_data: FieldOffset<BoxShadow, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct BoxShadow
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
x: FieldOffset<BoxShadow, Property<f32>, AllowPin>y: FieldOffset<BoxShadow, Property<f32>, AllowPin>width: FieldOffset<BoxShadow, Property<f32>, AllowPin>height: FieldOffset<BoxShadow, Property<f32>, AllowPin>border_radius: FieldOffset<BoxShadow, Property<f32>, AllowPin>offset_x: FieldOffset<BoxShadow, Property<f32>, AllowPin>offset_y: FieldOffset<BoxShadow, Property<f32>, AllowPin>color: FieldOffset<BoxShadow, Property<Color>, AllowPin>blur: FieldOffset<BoxShadow, Property<f32>, AllowPin>cached_rendering_data: FieldOffset<BoxShadow, CachedRenderingData, AllowPin>Auto Trait Implementations
impl !RefUnwindSafe for BoxShadowFieldsOffsets
impl Send for BoxShadowFieldsOffsets
impl !Sync for BoxShadowFieldsOffsets
impl !Unpin for BoxShadowFieldsOffsets
impl UnwindSafe for BoxShadowFieldsOffsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more