Struct nuklear::Recti[][src]

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

Fields

Trait Implementations

impl Clone for nk_recti
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_recti
[src]

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

impl Debug for nk_recti
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_recti
[src]

Auto Trait Implementations

impl Send for nk_recti

impl Sync for nk_recti