Struct x11rb_protocol::protocol::randr::SetConfig
source · pub struct SetConfig(_);
Implementations§
Trait Implementations§
source§impl Ord for SetConfig
impl Ord for SetConfig
source§impl PartialEq<SetConfig> for SetConfig
impl PartialEq<SetConfig> for SetConfig
source§impl PartialOrd<SetConfig> for SetConfig
impl PartialOrd<SetConfig> for SetConfig
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more