Struct x11rb_async::protocol::xv::SelectPortNotifyRequest
source · pub struct SelectPortNotifyRequest {
pub port: u32,
pub onoff: bool,
}Fields§
§port: u32§onoff: boolImplementations§
Trait Implementations§
source§impl Clone for SelectPortNotifyRequest
impl Clone for SelectPortNotifyRequest
source§fn clone(&self) -> SelectPortNotifyRequest
fn clone(&self) -> SelectPortNotifyRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SelectPortNotifyRequest
impl Debug for SelectPortNotifyRequest
source§impl Default for SelectPortNotifyRequest
impl Default for SelectPortNotifyRequest
source§fn default() -> SelectPortNotifyRequest
fn default() -> SelectPortNotifyRequest
Returns the “default value” for a type. Read more
source§impl Hash for SelectPortNotifyRequest
impl Hash for SelectPortNotifyRequest
source§impl Ord for SelectPortNotifyRequest
impl Ord for SelectPortNotifyRequest
source§fn cmp(&self, other: &SelectPortNotifyRequest) -> Ordering
fn cmp(&self, other: &SelectPortNotifyRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SelectPortNotifyRequest
impl PartialEq for SelectPortNotifyRequest
source§fn eq(&self, other: &SelectPortNotifyRequest) -> bool
fn eq(&self, other: &SelectPortNotifyRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SelectPortNotifyRequest
impl PartialOrd for SelectPortNotifyRequest
source§fn partial_cmp(&self, other: &SelectPortNotifyRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &SelectPortNotifyRequest) -> Option<Ordering>
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 moresource§impl Request for SelectPortNotifyRequest
impl Request for SelectPortNotifyRequest
impl Copy for SelectPortNotifyRequest
impl Eq for SelectPortNotifyRequest
impl StructuralEq for SelectPortNotifyRequest
impl StructuralPartialEq for SelectPortNotifyRequest
impl VoidRequest for SelectPortNotifyRequest
Auto Trait Implementations§
impl RefUnwindSafe for SelectPortNotifyRequest
impl Send for SelectPortNotifyRequest
impl Sync for SelectPortNotifyRequest
impl Unpin for SelectPortNotifyRequest
impl UnwindSafe for SelectPortNotifyRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more