Struct winit::MonitorId [] [src]

pub struct MonitorId { /* fields omitted */ }

Identifier for a monitor.

Methods

impl MonitorId
[src]

[src]

Returns a human-readable name of the monitor.

Returns None if the monitor doesn't exist anymore.

[src]

Returns the number of pixels currently displayed on the monitor.

[src]

Returns the top-left corner position of the monitor relative to the larger full screen area.

Trait Implementations

impl Clone for MonitorId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl MonitorIdExt for MonitorId
[src]

[src]

Returns the inner identifier of the monitor.