pub struct Placement {
pub strategy: WindowManagementStrategy,
pub freestyle: FreestylePlacement,
pub tiled: TiledPlacement,
}Expand description
Placement configuration.
Fields§
§strategy: WindowManagementStrategyThe placement strategy.
freestyle: FreestylePlacementFreestyle placement (used if strategy is Freestyle).
tiled: TiledPlacementTiled placement (used if strategy is Tiled).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Placement
impl RefUnwindSafe for Placement
impl Send for Placement
impl Sync for Placement
impl Unpin for Placement
impl UnsafeUnpin for Placement
impl UnwindSafe for Placement
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