Struct nuklear_rust::NkRect []

#[repr(C)]
pub struct NkRect { pub x: f32, pub y: f32, pub w: f32, pub h: f32, }

Fields

Trait Implementations

impl Default for nk_rect

Returns the "default value" for a type. Read more

impl Copy for nk_rect

impl Debug for nk_rect

Formats the value using the given formatter.

impl Clone for nk_rect

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more