Struct atk::TextRectangle [−][src]
Expand description
A structure used to store a rectangle used by AtkText.
Fields
x: i32y: i32width: i32height: i32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextRectangleimpl Send for TextRectangleimpl Sync for TextRectangleimpl Unpin for TextRectangleimpl UnwindSafe for TextRectangle