Struct nuklear::Rect[][src]

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

Fields

Trait Implementations

impl Clone for nk_rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_rect
[src]

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

impl Debug for nk_rect
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_rect
[src]

Auto Trait Implementations

impl Send for nk_rect

impl Sync for nk_rect