pub struct BasicBorderRectangleFieldsOffsets;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
Implementations§
Source§impl BasicBorderRectangleFieldsOffsets
impl BasicBorderRectangleFieldsOffsets
pub const fn background( self, ) -> FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>
pub const fn border_width( self, ) -> FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>
pub const fn border_radius( self, ) -> FieldOffset<BasicBorderRectangle, Property<LogicalLength>, AllowPin>
pub const fn border_color( self, ) -> FieldOffset<BasicBorderRectangle, Property<Brush>, AllowPin>
pub const fn cached_rendering_data( self, ) -> 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