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

#[repr(C)]
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]

[src]

Formats the value using the given formatter.

impl Copy for BackendType
[src]

impl Clone for BackendType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for BackendType
[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 BackendType
[src]