pub struct RectangleFieldsOffsets {
pub background: FieldOffset<Rectangle, Property<Brush>, AllowPin>,
pub cached_rendering_data: FieldOffset<Rectangle, CachedRenderingData, AllowPin>,
}
Expand description
Helper struct containing the offsets of the fields of the struct Rectangle
Generated from the #[derive(FieldOffsets)]
macro from the const-field-offset
crate
Fields§
§background: FieldOffset<Rectangle, Property<Brush>, AllowPin>
§cached_rendering_data: FieldOffset<Rectangle, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for RectangleFieldsOffsets
impl !RefUnwindSafe for RectangleFieldsOffsets
impl Send for RectangleFieldsOffsets
impl !Sync for RectangleFieldsOffsets
impl !Unpin for RectangleFieldsOffsets
impl UnwindSafe for RectangleFieldsOffsets
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