pub struct OpacityFieldsOffsets {
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§
§opacity: FieldOffset<Opacity, Property<f32>, AllowPin>
§cached_rendering_data: FieldOffset<Opacity, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for OpacityFieldsOffsets
impl !RefUnwindSafe for OpacityFieldsOffsets
impl Send for OpacityFieldsOffsets
impl !Sync for OpacityFieldsOffsets
impl !Unpin for OpacityFieldsOffsets
impl UnwindSafe for OpacityFieldsOffsets
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