Struct nuklear_rust::NkRecti []

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

Fields

Trait Implementations

impl Default for nk_recti

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

impl Copy for nk_recti

impl Debug for nk_recti

Formats the value using the given formatter.

impl Clone for nk_recti

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more