Struct vga_framebuffer::Point [−][src]
pub struct Point(pub usize, pub usize);
A point on the screen. The arguments are X (column), Y (row)
Trait Implementations
impl Copy for Point[src]
impl Copy for Pointimpl Clone for Point[src]
impl Clone for Pointfn clone(&self) -> Point[src]
fn clone(&self) -> PointReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Point[src]
impl Eq for Pointimpl PartialEq for Point[src]
impl PartialEq for Pointfn eq(&self, other: &Point) -> bool[src]
fn eq(&self, other: &Point) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Point) -> bool[src]
fn ne(&self, other: &Point) -> boolThis method tests for !=.
impl Debug for Point[src]
impl Debug for Point