Struct vga_framebuffer::Row
source · pub struct Row(pub u8);
Expand description
Identifies a horizontal row on the screen. Zero is at the top.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Row
impl Ord for Row
source§impl PartialOrd<Row> for Row
impl PartialOrd<Row> for Row
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more