gfx_types 0.2.0

Core graphics types shared between kernel and userspace - RedstoneOS
Documentation
1
2
3
4
5
6
7
8
9
//! # Display Module
//!
//! Informações de display e output.

mod info;
mod output;

pub use info::{DisplayInfo, DisplayMode, VsyncMode};
pub use output::{ConnectorType, OutputInfo};