Struct drm::control::Mode [] [src]

pub struct Mode { /* fields omitted */ }

Methods

impl Mode
[src]

[src]

Returns the clock speed of this mode.

[src]

Returns the size (resolution) of the mode.

[src]

Returns the horizontal sync start, end, and total.

[src]

Returns the vertical sync start, end, and total.

[src]

Returns the horizontal skew of this mode.

[src]

Returns the vertical scan of this mode.

[src]

Returns the name of the mode.

Trait Implementations

impl Debug for Mode
[src]

[src]

Formats the value using the given formatter.

impl Clone for Mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Mode
[src]

impl PartialEq for Mode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Mode
[src]