Home
last modified time | relevance | path

Searched refs:POSITIVE_H_SYNC (Results 1 – 2 of 2) sorted by relevance

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs41 pub const POSITIVE_H_SYNC: Self = Self(1 << 0);
94 (Self::POSITIVE_H_SYNC.0.into(), "POSITIVE_H_SYNC", "PositiveHSync"),
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs41 pub const POSITIVE_H_SYNC: Self = Self(1 << 0); const
94 (Self::POSITIVE_H_SYNC.0.into(), "POSITIVE_H_SYNC", "PositiveHSync"), in fmt()