pub struct BasicBorderRectangleFieldsOffsets {
pub background: FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>,
pub border_width: FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>,
pub border_radius: FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>,
pub border_color: FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>,
pub cached_rendering_data: FieldOffset<BasicBorderRectangle, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct BasicBorderRectangle
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields§
§background: FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>§border_width: FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>§border_radius: FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>§border_color: FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>§cached_rendering_data: FieldOffset<BasicBorderRectangle, CachedRenderingData, AllowPin>Auto Trait Implementations§
impl Freeze for BasicBorderRectangleFieldsOffsets
impl !RefUnwindSafe for BasicBorderRectangleFieldsOffsets
impl Send for BasicBorderRectangleFieldsOffsets
impl !Sync for BasicBorderRectangleFieldsOffsets
impl !Unpin for BasicBorderRectangleFieldsOffsets
impl UnsafeUnpin for BasicBorderRectangleFieldsOffsets
impl UnwindSafe for BasicBorderRectangleFieldsOffsets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more