Struct dwindow::Visual [] [src]

pub struct Visual { /* fields omitted */ }

Surface pixel format.

Trait Implementations

impl VisualExt for Visual
[src]

impl Clone for Visual
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Visual
[src]

impl PartialEq for Visual
[src]

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

This method tests for !=.

impl AsRef<Visual> for Visual
[src]

Performs the conversion.