pub struct ScaleRotateGestureHandlerFieldsOffsets;Expand description
Helper struct containing the offsets of the fields of the struct ScaleRotateGestureHandler
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Implementations§
Source§impl ScaleRotateGestureHandlerFieldsOffsets
impl ScaleRotateGestureHandlerFieldsOffsets
pub const fn enabled( self, ) -> FieldOffset<ScaleRotateGestureHandler, Property<bool>, AllowPin>
pub const fn active( self, ) -> FieldOffset<ScaleRotateGestureHandler, Property<bool>, AllowPin>
pub const fn scale( self, ) -> FieldOffset<ScaleRotateGestureHandler, Property<f32>, AllowPin>
pub const fn rotation( self, ) -> FieldOffset<ScaleRotateGestureHandler, Property<f32>, AllowPin>
pub const fn center( self, ) -> FieldOffset<ScaleRotateGestureHandler, Property<LogicalPosition>, AllowPin>
pub const fn started( self, ) -> FieldOffset<ScaleRotateGestureHandler, Callback<VoidArg>, AllowPin>
pub const fn updated( self, ) -> FieldOffset<ScaleRotateGestureHandler, Callback<VoidArg>, AllowPin>
pub const fn ended( self, ) -> FieldOffset<ScaleRotateGestureHandler, Callback<VoidArg>, AllowPin>
pub const fn cancelled( self, ) -> FieldOffset<ScaleRotateGestureHandler, Callback<VoidArg>, AllowPin>
pub const fn cached_rendering_data( self, ) -> FieldOffset<ScaleRotateGestureHandler, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for ScaleRotateGestureHandlerFieldsOffsets
impl RefUnwindSafe for ScaleRotateGestureHandlerFieldsOffsets
impl Send for ScaleRotateGestureHandlerFieldsOffsets
impl Sync for ScaleRotateGestureHandlerFieldsOffsets
impl Unpin for ScaleRotateGestureHandlerFieldsOffsets
impl UnsafeUnpin for ScaleRotateGestureHandlerFieldsOffsets
impl UnwindSafe for ScaleRotateGestureHandlerFieldsOffsets
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