pub struct NormalWindow {
pub start: CellVec<u16>,
pub size: CellVec<u16>,
}Fields§
§start: CellVec<u16>§size: CellVec<u16>Trait Implementations§
Source§impl Clone for NormalWindow
impl Clone for NormalWindow
Source§fn clone(&self) -> NormalWindow
fn clone(&self) -> NormalWindow
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 NormalWindow
impl Debug for NormalWindow
Source§impl PartialEq for NormalWindow
impl PartialEq for NormalWindow
impl Copy for NormalWindow
impl Eq for NormalWindow
impl StructuralPartialEq for NormalWindow
Auto Trait Implementations§
impl Freeze for NormalWindow
impl RefUnwindSafe for NormalWindow
impl Send for NormalWindow
impl Sync for NormalWindow
impl Unpin for NormalWindow
impl UnwindSafe for NormalWindow
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