Struct egui::containers::panel::PanelState
source · pub struct PanelState {
pub rect: Rect,
}
Expand description
State regarding panels.
Fields§
§rect: Rect
Implementations§
Trait Implementations§
source§impl Clone for PanelState
impl Clone for PanelState
source§fn clone(&self) -> PanelState
fn clone(&self) -> PanelState
Returns a copy of the value. Read more
1.0.0 · 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 PanelState
impl Debug for PanelState
impl Copy for PanelState
Auto Trait Implementations§
impl RefUnwindSafe for PanelState
impl Send for PanelState
impl Sync for PanelState
impl Unpin for PanelState
impl UnwindSafe for PanelState
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