pub struct WindowLayout { /* private fields */ }
Expand description
Represent a parsed window layout.
Implementations§
Trait Implementations§
Source§impl Debug for WindowLayout
impl Debug for WindowLayout
Source§impl PartialEq for WindowLayout
impl PartialEq for WindowLayout
impl Eq for WindowLayout
impl StructuralPartialEq for WindowLayout
Auto Trait Implementations§
impl Freeze for WindowLayout
impl RefUnwindSafe for WindowLayout
impl Send for WindowLayout
impl Sync for WindowLayout
impl Unpin for WindowLayout
impl UnwindSafe for WindowLayout
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