Struct atk_sys::AtkRectangle [−][src]
#[repr(C)]pub struct AtkRectangle { pub x: c_int, pub y: c_int, pub width: c_int, pub height: c_int, }
Fields
x: c_int
y: c_int
width: c_int
height: c_int
Trait Implementations
impl Copy for AtkRectangle[src]
impl Copy for AtkRectangleimpl Clone for AtkRectangle[src]
impl Clone for AtkRectanglefn clone(&self) -> AtkRectangle[src]
fn clone(&self) -> AtkRectangleReturns 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 Debug for AtkRectangle[src]
impl Debug for AtkRectangleAuto Trait Implementations
impl Send for AtkRectangle
impl Send for AtkRectangleimpl Sync for AtkRectangle
impl Sync for AtkRectangle