pub struct Geometry {
pub root: u64,
pub x_rel_parent: i32,
pub y_rel_parent: i32,
pub width: u32,
pub height: u32,
pub border: u32,
pub depth: u32,
}Fields§
§root: u64§x_rel_parent: i32§y_rel_parent: i32§width: u32§height: u32§border: u32§depth: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Geometry
impl Send for Geometry
impl Sync for Geometry
impl Unpin for Geometry
impl UnwindSafe for Geometry
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more