Enum glfw::MonitorEvent [−][src]
#[repr(i32)] pub enum MonitorEvent { Connected, Disconnected, }
Monitor events.
Variants
Trait Implementations
impl Clone for MonitorEvent
[src]
impl Clone for MonitorEvent
[src]fn clone(&self) -> MonitorEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for MonitorEvent
[src]
impl Hash for MonitorEvent
[src]impl Ord for MonitorEvent
[src]
impl Ord for MonitorEvent
[src]impl PartialEq<MonitorEvent> for MonitorEvent
[src]
impl PartialEq<MonitorEvent> for MonitorEvent
[src]impl PartialOrd<MonitorEvent> for MonitorEvent
[src]
impl PartialOrd<MonitorEvent> for MonitorEvent
[src]fn partial_cmp(&self, other: &MonitorEvent) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool