Struct libnotcurses_sys::NcPixelGeometry [−][src]
pub struct NcPixelGeometry {
pub term_y: NcDim,
pub term_x: NcDim,
pub cell_y: NcDim,
pub cell_x: NcDim,
pub max_bitmap_y: NcDim,
pub max_bitmap_x: NcDim,
}Expand description
Contains the pixel geometry information as returned by the
NcPlane.pixel_geom method.
If bitmaps are not supported, the fields max_bitmap_* will be 0.
See also NcVGeom.
Fields
term_y: NcDimThe height in pixels of the display region.
term_x: NcDimThe width in pixels of the display region.
cell_y: NcDimThe height in pixels of a single cell.
cell_x: NcDimThe width in pixels of a single cell.
max_bitmap_y: NcDimThe height in pixels of the maximum displayable bitmap (0 if not supported).
max_bitmap_x: NcDimThe width in pixels of the maximum displayable bitmap (0 if not supported).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NcPixelGeometry
impl Send for NcPixelGeometry
impl Sync for NcPixelGeometry
impl Unpin for NcPixelGeometry
impl UnwindSafe for NcPixelGeometry
Blanket Implementations
Mutably borrows from an owned value. Read more
