Skip to main content

IntoEgui

Trait IntoEgui 

Source
pub trait IntoEgui {
    type Out;

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

Geom → egui, at the point an egui API is called.

Required Associated Types§

Required Methods§

Source

fn egui(self) -> Self::Out

Implementations on Foreign Types§

Source§

impl IntoEgui for &Font

Source§

type Out = FontId

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Align

Source§

type Out = Align

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Align2

Source§

type Out = Align2

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for AnimKey

Source§

type Out = Id

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Chord

Source§

type Out = KeyboardShortcut

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Color

Source§

type Out = Color32

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Cursor

Source§

type Out = CursorIcon

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for EditId

Source§

type Out = Id

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Font

Source§

type Out = FontId

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for FontFamily

Source§

type Out = FontFamily

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Key

Source§

type Out = Key

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Modifiers

Source§

type Out = Modifiers

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Pos2

Source§

type Out = Pos2

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Rangef

Source§

type Out = Rangef

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Rect

Source§

type Out = Rect

Source§

fn egui(self) -> Self::Out

Source§

impl IntoEgui for Vec2

Source§

type Out = Vec2

Source§

fn egui(self) -> Self::Out

Implementors§