Struct atk::TextRectangle [−][src]
Expand description
A structure used to store a rectangle used by AtkText.
Fields
x: i32
y: i32
width: i32
height: i32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextRectangle
impl Send for TextRectangle
impl Sync for TextRectangle
impl Unpin for TextRectangle
impl UnwindSafe for TextRectangle