Enum rustwlc::types::LogType [] [src]

#[repr(C)]
pub enum LogType { Info, Warn, Error, Wayland, }

Log level to pass into wlc logging

Variants

Info log type

Warn log type

Error log type

Wayland logs

Trait Implementations

impl Debug for LogType
[src]

[src]

Formats the value using the given formatter.

impl Copy for LogType
[src]

impl Clone for LogType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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