Struct atk::TextRectangle
source · [−]Expand description
A structure used to store a rectangle used by AtkText.
Fields
x: i32
y: i32
width: i32
height: i32
Implementations
sourceimpl TextRectangle
impl TextRectangle
pub fn uninitialized() -> Self
Trait Implementations
sourceimpl Debug for TextRectangle
impl Debug for TextRectangle
Auto Trait Implementations
impl RefUnwindSafe for TextRectangle
impl Send for TextRectangle
impl Sync for TextRectangle
impl Unpin for TextRectangle
impl UnwindSafe for TextRectangle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more