Struct x11rb_async::protocol::xv::UngrabPortRequest
source · pub struct UngrabPortRequest {
pub port: u32,
pub time: u32,
}Fields§
§port: u32§time: u32Implementations§
Trait Implementations§
source§impl Clone for UngrabPortRequest
impl Clone for UngrabPortRequest
source§fn clone(&self) -> UngrabPortRequest
fn clone(&self) -> UngrabPortRequest
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 UngrabPortRequest
impl Debug for UngrabPortRequest
source§impl Default for UngrabPortRequest
impl Default for UngrabPortRequest
source§fn default() -> UngrabPortRequest
fn default() -> UngrabPortRequest
Returns the “default value” for a type. Read more
source§impl Hash for UngrabPortRequest
impl Hash for UngrabPortRequest
source§impl Ord for UngrabPortRequest
impl Ord for UngrabPortRequest
source§fn cmp(&self, other: &UngrabPortRequest) -> Ordering
fn cmp(&self, other: &UngrabPortRequest) -> 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 UngrabPortRequest
impl PartialEq for UngrabPortRequest
source§fn eq(&self, other: &UngrabPortRequest) -> bool
fn eq(&self, other: &UngrabPortRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UngrabPortRequest
impl PartialOrd for UngrabPortRequest
source§fn partial_cmp(&self, other: &UngrabPortRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &UngrabPortRequest) -> 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 UngrabPortRequest
impl Request for UngrabPortRequest
impl Copy for UngrabPortRequest
impl Eq for UngrabPortRequest
impl StructuralEq for UngrabPortRequest
impl StructuralPartialEq for UngrabPortRequest
impl VoidRequest for UngrabPortRequest
Auto Trait Implementations§
impl RefUnwindSafe for UngrabPortRequest
impl Send for UngrabPortRequest
impl Sync for UngrabPortRequest
impl Unpin for UngrabPortRequest
impl UnwindSafe for UngrabPortRequest
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