pub struct FixedPosition {
pub x: f64,
pub y: f64,
}Expand description
Position used for gtk::Fixed.
Fields§
§x: f64Position on the x-axis.
y: f64Position on the y-axis.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedPosition
impl RefUnwindSafe for FixedPosition
impl Send for FixedPosition
impl Sync for FixedPosition
impl Unpin for FixedPosition
impl UnwindSafe for FixedPosition
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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