Struct i_slint_core::items::OpacityFieldsOffsets
source · [−]pub struct OpacityFieldsOffsets {
pub x: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub y: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub width: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub height: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub opacity: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub cached_rendering_data: FieldOffset<Opacity, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct Opacity
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
x: FieldOffset<Opacity, Property<f32>, AllowPin>y: FieldOffset<Opacity, Property<f32>, AllowPin>width: FieldOffset<Opacity, Property<f32>, AllowPin>height: FieldOffset<Opacity, Property<f32>, AllowPin>opacity: FieldOffset<Opacity, Property<f32>, AllowPin>cached_rendering_data: FieldOffset<Opacity, CachedRenderingData, AllowPin>Auto Trait Implementations
impl !RefUnwindSafe for OpacityFieldsOffsets
impl Send for OpacityFieldsOffsets
impl !Sync for OpacityFieldsOffsets
impl !Unpin for OpacityFieldsOffsets
impl UnwindSafe for OpacityFieldsOffsets
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