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