pub struct PaneCockpitLayout {
pub id: String,
pub outer: Rect,
pub inner: Rect,
}Fields§
§id: String§outer: Rect§inner: RectTrait Implementations§
Source§impl Clone for PaneCockpitLayout
impl Clone for PaneCockpitLayout
Source§fn clone(&self) -> PaneCockpitLayout
fn clone(&self) -> PaneCockpitLayout
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 moreSource§impl Debug for PaneCockpitLayout
impl Debug for PaneCockpitLayout
impl Eq for PaneCockpitLayout
Source§impl PartialEq for PaneCockpitLayout
impl PartialEq for PaneCockpitLayout
Source§fn eq(&self, other: &PaneCockpitLayout) -> bool
fn eq(&self, other: &PaneCockpitLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PaneCockpitLayout
Auto Trait Implementations§
impl Freeze for PaneCockpitLayout
impl RefUnwindSafe for PaneCockpitLayout
impl Send for PaneCockpitLayout
impl Sync for PaneCockpitLayout
impl Unpin for PaneCockpitLayout
impl UnsafeUnpin for PaneCockpitLayout
impl UnwindSafe for PaneCockpitLayout
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