Struct nuklear::Rect [−][src]
Fields
x: f32
y: f32
w: f32
h: f32
Trait Implementations
impl Clone for nk_rect[src]
impl Clone for nk_rectfn clone(&self) -> nk_rect[src]
fn clone(&self) -> nk_rectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for nk_rect[src]
impl Default for nk_rectimpl Debug for nk_rect[src]
impl Debug for nk_rectfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for nk_rect[src]
impl Copy for nk_rect