Struct radiant_rs::Monitor[][src]

pub struct Monitor { /* fields omitted */ }

An individual monitor, returned from Display::monitors().

Methods

impl Monitor
[src]

Returns the name of the device.

Returns the current width in pixels.

Returns the current height in pixels.

Returns the current width and height in pixels.

Trait Implementations

impl Clone for Monitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Monitor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Monitor

impl Sync for Monitor