Struct tmux_lib::layout::WindowLayout
source · pub struct WindowLayout { /* private fields */ }
Expand description
Represent a parsed window layout.
Implementations
Trait Implementations
sourceimpl Debug for WindowLayout
impl Debug for WindowLayout
sourceimpl PartialEq<WindowLayout> for WindowLayout
impl PartialEq<WindowLayout> for WindowLayout
sourcefn eq(&self, other: &WindowLayout) -> bool
fn eq(&self, other: &WindowLayout) -> bool
impl Eq for WindowLayout
impl StructuralEq for WindowLayout
impl StructuralPartialEq for WindowLayout
Auto Trait Implementations
impl RefUnwindSafe for WindowLayout
impl Send for WindowLayout
impl Sync for WindowLayout
impl Unpin for WindowLayout
impl UnwindSafe for WindowLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more