Type Alias accessibility_tree::primitives::Point
source · pub type Point<U> = TypedPoint2D<f32, U>;
Aliased Type§
struct Point<U> {
pub x: f32,
pub y: f32,
/* private fields */
}
Fields§
§x: f32
§y: f32
pub type Point<U> = TypedPoint2D<f32, U>;
struct Point<U> {
pub x: f32,
pub y: f32,
/* private fields */
}
x: f32
§y: f32