#[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: u64§gpu_picking: *mut GpuPickingO§type_: UiCanvasType§dpi_scale_factor: f32§rect: RectT§transform: TransformT§cam_view: Mat44T§cam_projection: Mat44TTrait Implementations§
Auto Trait Implementations§
impl Freeze for UiCanvasT
impl RefUnwindSafe for UiCanvasT
impl !Send for UiCanvasT
impl !Sync for UiCanvasT
impl Unpin for UiCanvasT
impl UnwindSafe for UiCanvasT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more