Struct vga_framebuffer::Col
source · pub struct Col(pub u8);
Expand description
Describes a vertical column on the screen. Zero is on the left.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
source§impl Ord for Col
impl Ord for Col
source§impl PartialOrd<Col> for Col
impl PartialOrd<Col> for Col
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