pub struct GetScreenResourcesCurrentRequest {
pub window: u32,
}Fields§
§window: u32Implementations§
Trait Implementations§
source§impl Clone for GetScreenResourcesCurrentRequest
impl Clone for GetScreenResourcesCurrentRequest
source§fn clone(&self) -> GetScreenResourcesCurrentRequest
fn clone(&self) -> GetScreenResourcesCurrentRequest
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 Default for GetScreenResourcesCurrentRequest
impl Default for GetScreenResourcesCurrentRequest
source§fn default() -> GetScreenResourcesCurrentRequest
fn default() -> GetScreenResourcesCurrentRequest
Returns the “default value” for a type. Read more
source§impl Ord for GetScreenResourcesCurrentRequest
impl Ord for GetScreenResourcesCurrentRequest
source§fn cmp(&self, other: &GetScreenResourcesCurrentRequest) -> Ordering
fn cmp(&self, other: &GetScreenResourcesCurrentRequest) -> 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 GetScreenResourcesCurrentRequest
impl PartialEq for GetScreenResourcesCurrentRequest
source§fn eq(&self, other: &GetScreenResourcesCurrentRequest) -> bool
fn eq(&self, other: &GetScreenResourcesCurrentRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetScreenResourcesCurrentRequest
impl PartialOrd for GetScreenResourcesCurrentRequest
source§fn partial_cmp(
&self,
other: &GetScreenResourcesCurrentRequest
) -> Option<Ordering>
fn partial_cmp( &self, other: &GetScreenResourcesCurrentRequest ) -> 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 ReplyRequest for GetScreenResourcesCurrentRequest
impl ReplyRequest for GetScreenResourcesCurrentRequest
§type Reply = GetScreenResourcesCurrentReply
type Reply = GetScreenResourcesCurrentReply
The kind of reply that this request generates.
impl Copy for GetScreenResourcesCurrentRequest
impl Eq for GetScreenResourcesCurrentRequest
impl StructuralEq for GetScreenResourcesCurrentRequest
impl StructuralPartialEq for GetScreenResourcesCurrentRequest
Auto Trait Implementations§
impl RefUnwindSafe for GetScreenResourcesCurrentRequest
impl Send for GetScreenResourcesCurrentRequest
impl Sync for GetScreenResourcesCurrentRequest
impl Unpin for GetScreenResourcesCurrentRequest
impl UnwindSafe for GetScreenResourcesCurrentRequest
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