pub struct AxisUpdateEvent {
pub upd: *mut PadAxisUpdate,
}Fields§
§upd: *mut PadAxisUpdateTrait Implementations§
Auto Trait Implementations§
impl Freeze for AxisUpdateEvent
impl RefUnwindSafe for AxisUpdateEvent
impl !Send for AxisUpdateEvent
impl !Sync for AxisUpdateEvent
impl Unpin for AxisUpdateEvent
impl UnwindSafe for AxisUpdateEvent
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