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