pub struct PaneGeometry { /* private fields */ }Expand description
A pane rectangle within terminal coordinates.
Implementations§
Trait Implementations§
Source§impl Clone for PaneGeometry
impl Clone for PaneGeometry
Source§fn clone(&self) -> PaneGeometry
fn clone(&self) -> PaneGeometry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PaneGeometry
Source§impl Debug for PaneGeometry
impl Debug for PaneGeometry
impl Eq for PaneGeometry
Source§impl PartialEq for PaneGeometry
impl PartialEq for PaneGeometry
impl StructuralPartialEq for PaneGeometry
Auto Trait Implementations§
impl Freeze for PaneGeometry
impl RefUnwindSafe for PaneGeometry
impl Send for PaneGeometry
impl Sync for PaneGeometry
impl Unpin for PaneGeometry
impl UnsafeUnpin for PaneGeometry
impl UnwindSafe for PaneGeometry
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