pub struct PanePosition {
pub x: u16,
pub y: u16,
pub width: u16,
pub height: u16,
}Fields§
§x: u16§y: u16§width: u16§height: u16Trait Implementations§
Source§impl Clone for PanePosition
impl Clone for PanePosition
Source§fn clone(&self) -> PanePosition
fn clone(&self) -> PanePosition
Returns a duplicate 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 PanePosition
impl Debug for PanePosition
Source§impl PartialEq for PanePosition
impl PartialEq for PanePosition
impl Copy for PanePosition
impl StructuralPartialEq for PanePosition
Auto Trait Implementations§
impl Freeze for PanePosition
impl RefUnwindSafe for PanePosition
impl Send for PanePosition
impl Sync for PanePosition
impl Unpin for PanePosition
impl UnsafeUnpin for PanePosition
impl UnwindSafe for PanePosition
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