Struct nannou::MonitorId[]

pub struct MonitorId { /* fields omitted */ }

Identifier for a monitor.

Methods

impl MonitorId

Returns a human-readable name of the monitor.

Returns None if the monitor doesn't exist anymore.

Returns the number of pixels currently displayed on the monitor.

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

Returns the ratio between the monitor's physical pixels and logical pixels.

Trait Implementations

impl Clone for MonitorId

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MonitorIdExt for MonitorId

Returns the inner identifier of the monitor.

Auto Trait Implementations

impl Send for MonitorId

impl Sync for MonitorId