Enum dummy_rustwlc::types::BackendType [] [src]

pub enum BackendType {
    None,
    DRM,
    X11,
}

Type of backend that a window is being composited in

Variants

Backend type is unknown

Standard wayland client

wayland-x11 client

Trait Implementations

impl Debug for BackendType
[src]

Formats the value using the given formatter.

impl Clone for BackendType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BackendType
[src]

impl PartialEq for BackendType
[src]

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

This method tests for !=.

impl Eq for BackendType
[src]