logo
pub struct PointerEnterEvent {
Show 28 fields pub buttons: usize, pub delta: Offset, pub device: usize, pub distance: f32, pub diwstance_max: f32, pub distance_min: f32, pub down: bool, pub embedder_id: usize, pub kind: PointerDeviceKind, pub local_delta: Offset, pub local_position: Offset, pub obscured: bool, pub orientation: f32, pub platform_data: usize, pub pointer: usize, pub position: Offset, pub pressure: f32, pub pressure_max: f32, pub pressure_min: f32, pub radius_major: f32, pub radius_max: f32, pub radius_min: f32, pub radius_minor: f32, pub size: f32, pub synthesized: bool, pub tilt: f32, pub time_stamp: Duration, pub transform: Option<Matrix4<f32>>,
}

Fields

buttons: usizedelta: Offsetdevice: usizedistance: f32diwstance_max: f32distance_min: f32down: boolembedder_id: usizekind: PointerDeviceKindlocal_delta: Offsetlocal_position: Offsetobscured: boolorientation: f32platform_data: usizepointer: usizeposition: Offsetpressure: f32pressure_max: f32pressure_min: f32radius_major: f32radius_max: f32radius_min: f32radius_minor: f32size: f32synthesized: booltilt: f32time_stamp: Durationtransform: Option<Matrix4<f32>>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Typed getter

Inspect the context.

Inspect the context.

Inspect the context.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert into color

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Sets value as a parameter of self.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.