Struct radiant_rs::Monitor [] [src]

pub struct Monitor { /* fields omitted */ }

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

Methods

impl Monitor
[src]

[src]

Returns the name of the device.

[src]

Returns the current width in pixels.

[src]

Returns the current height in pixels.

[src]

Returns the current width and height in pixels.

Trait Implementations

impl Clone for Monitor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Monitor
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Monitor

impl Sync for Monitor