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