pub struct BasicLayout {
pub parent_child_margin: Coord,
pub peer_margin: Coord,
}Expand description
Relative position illustration
Fields§
§parent_child_margin: Coord§peer_margin: CoordTrait Implementations§
Auto Trait Implementations§
impl Freeze for BasicLayout
impl RefUnwindSafe for BasicLayout
impl Send for BasicLayout
impl Sync for BasicLayout
impl Unpin for BasicLayout
impl UnwindSafe for BasicLayout
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