pub struct KeyBindingFieldsOffsets;Expand description
Helper struct containing the offsets of the fields of the struct KeyBinding
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Implementations§
Source§impl KeyBindingFieldsOffsets
impl KeyBindingFieldsOffsets
pub const fn keys(self) -> FieldOffset<KeyBinding, Property<Keys>, AllowPin>
pub const fn enabled(self) -> FieldOffset<KeyBinding, Property<bool>, AllowPin>
pub const fn activated( self, ) -> FieldOffset<KeyBinding, Callback<VoidArg>, AllowPin>
pub const fn cached_rendering_data( self, ) -> FieldOffset<KeyBinding, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for KeyBindingFieldsOffsets
impl RefUnwindSafe for KeyBindingFieldsOffsets
impl Send for KeyBindingFieldsOffsets
impl Sync for KeyBindingFieldsOffsets
impl Unpin for KeyBindingFieldsOffsets
impl UnsafeUnpin for KeyBindingFieldsOffsets
impl UnwindSafe for KeyBindingFieldsOffsets
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