Struct gtk::Requisition
source · [−]Expand description
A Requisition
-struct represents the desired size of a widget. See
[GtkWidget’s geometry management section][geometry-management] for
more information.
Fields
width: i32
height: i32
Auto Trait Implementations
impl RefUnwindSafe for Requisition
impl Send for Requisition
impl Sync for Requisition
impl Unpin for Requisition
impl UnwindSafe for Requisition
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