Skip to main content

IntoGeom

Trait IntoGeom 

Source
pub trait IntoGeom {
    type Out;

    // Required method
    fn geom(self) -> Self::Out;
}
Expand description

egui → geom, at the point a value comes back across the boundary.

Required Associated Types§

Required Methods§

Source

fn geom(self) -> Self::Out

Implementations on Foreign Types§

Source§

impl IntoGeom for Align

Source§

type Out = Align

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Align2

Source§

type Out = Align2

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Color32

Source§

type Out = Color

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for FontFamily

Source§

type Out = FontFamily

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for FontId

Source§

type Out = Font

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Pos2

Source§

type Out = Pos2

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Rangef

Source§

type Out = Rangef

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Rect

Source§

type Out = Rect

Source§

fn geom(self) -> Self::Out

Source§

impl IntoGeom for Vec2

Source§

type Out = Vec2

Source§

fn geom(self) -> Self::Out

Implementors§