Enum drm::control::connector::State [−][src]
pub enum State {
Connected,
Disconnected,
Unknown,
}Expand description
The state of a connector.
Variants
Connected
Disconnected
Unknown
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl UnwindSafe for State
Blanket Implementations
Mutably borrows from an owned value. Read more