pub struct DestroyContextRequest {
    pub screen: u32,
    pub context: u32,
}Fields§
§screen: u32§context: u32Implementations§
Trait Implementations§
Source§impl Clone for DestroyContextRequest
 
impl Clone for DestroyContextRequest
Source§fn clone(&self) -> DestroyContextRequest
 
fn clone(&self) -> DestroyContextRequest
Returns a duplicate 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 DestroyContextRequest
 
impl Debug for DestroyContextRequest
Source§impl Default for DestroyContextRequest
 
impl Default for DestroyContextRequest
Source§fn default() -> DestroyContextRequest
 
fn default() -> DestroyContextRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DestroyContextRequest
 
impl Hash for DestroyContextRequest
Source§impl Ord for DestroyContextRequest
 
impl Ord for DestroyContextRequest
Source§fn cmp(&self, other: &DestroyContextRequest) -> Ordering
 
fn cmp(&self, other: &DestroyContextRequest) -> 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 DestroyContextRequest
 
impl PartialEq for DestroyContextRequest
Source§impl PartialOrd for DestroyContextRequest
 
impl PartialOrd for DestroyContextRequest
Source§impl Request for DestroyContextRequest
 
impl Request for DestroyContextRequest
impl Copy for DestroyContextRequest
impl Eq for DestroyContextRequest
impl StructuralPartialEq for DestroyContextRequest
impl VoidRequest for DestroyContextRequest
Auto Trait Implementations§
impl Freeze for DestroyContextRequest
impl RefUnwindSafe for DestroyContextRequest
impl Send for DestroyContextRequest
impl Sync for DestroyContextRequest
impl Unpin for DestroyContextRequest
impl UnwindSafe for DestroyContextRequest
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