Struct machinery_api::plugins::ui::UiCanvasT[][src]

#[repr(C)]
pub struct UiCanvasT { pub entity_id: u64, pub gpu_picking: *mut GpuPickingO, pub type_: UiCanvasType, pub dpi_scale_factor: f32, pub rect: RectT, pub transform: TransformT, pub cam_view: Mat44T, pub cam_projection: Mat44T, }

Fields

entity_id: u64gpu_picking: *mut GpuPickingOtype_: UiCanvasTypedpi_scale_factor: f32rect: RectTtransform: TransformTcam_view: Mat44Tcam_projection: Mat44T

Trait Implementations

Returns the “default value” for a type. Read more

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

Performs the conversion.

Performs the conversion.

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.