pub struct Gaps {
pub x: i32,
pub y: i32,
}Expand description
Gaps configuration. Both x (left/right) and y (top/bottom) are in pixels.
Fields§
§x: i32§y: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gaps
impl RefUnwindSafe for Gaps
impl Send for Gaps
impl Sync for Gaps
impl Unpin for Gaps
impl UnwindSafe for Gaps
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