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 Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Point
[src]

impl PartialEq for Point
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Point
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Point

impl Sync for Point