pub struct GetWindowCreateContextRequest;
Implementations§
Trait Implementations§
Source§impl Clone for GetWindowCreateContextRequest
impl Clone for GetWindowCreateContextRequest
Source§fn clone(&self) -> GetWindowCreateContextRequest
fn clone(&self) -> GetWindowCreateContextRequest
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 Default for GetWindowCreateContextRequest
impl Default for GetWindowCreateContextRequest
Source§fn default() -> GetWindowCreateContextRequest
fn default() -> GetWindowCreateContextRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetWindowCreateContextRequest
impl Hash for GetWindowCreateContextRequest
Source§impl Ord for GetWindowCreateContextRequest
impl Ord for GetWindowCreateContextRequest
Source§fn cmp(&self, other: &GetWindowCreateContextRequest) -> Ordering
fn cmp(&self, other: &GetWindowCreateContextRequest) -> 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 GetWindowCreateContextRequest
impl PartialEq for GetWindowCreateContextRequest
Source§fn eq(&self, other: &GetWindowCreateContextRequest) -> bool
fn eq(&self, other: &GetWindowCreateContextRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for GetWindowCreateContextRequest
impl PartialOrd for GetWindowCreateContextRequest
Source§impl ReplyRequest for GetWindowCreateContextRequest
impl ReplyRequest for GetWindowCreateContextRequest
Source§type Reply = GetWindowCreateContextReply
type Reply = GetWindowCreateContextReply
The kind of reply that this request generates.
impl Copy for GetWindowCreateContextRequest
impl Eq for GetWindowCreateContextRequest
impl StructuralPartialEq for GetWindowCreateContextRequest
Auto Trait Implementations§
impl Freeze for GetWindowCreateContextRequest
impl RefUnwindSafe for GetWindowCreateContextRequest
impl Send for GetWindowCreateContextRequest
impl Sync for GetWindowCreateContextRequest
impl Unpin for GetWindowCreateContextRequest
impl UnwindSafe for GetWindowCreateContextRequest
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