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