pub struct GetScreenCountRequest {
pub window: u32,
}Fields§
§window: u32Implementations§
Trait Implementations§
Source§impl Clone for GetScreenCountRequest
impl Clone for GetScreenCountRequest
Source§fn clone(&self) -> GetScreenCountRequest
fn clone(&self) -> GetScreenCountRequest
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 GetScreenCountRequest
impl Debug for GetScreenCountRequest
Source§impl Default for GetScreenCountRequest
impl Default for GetScreenCountRequest
Source§fn default() -> GetScreenCountRequest
fn default() -> GetScreenCountRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetScreenCountRequest
impl Hash for GetScreenCountRequest
Source§impl Ord for GetScreenCountRequest
impl Ord for GetScreenCountRequest
Source§fn cmp(&self, other: &GetScreenCountRequest) -> Ordering
fn cmp(&self, other: &GetScreenCountRequest) -> 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 GetScreenCountRequest
impl PartialEq for GetScreenCountRequest
Source§impl PartialOrd for GetScreenCountRequest
impl PartialOrd for GetScreenCountRequest
Source§impl ReplyRequest for GetScreenCountRequest
impl ReplyRequest for GetScreenCountRequest
Source§type Reply = GetScreenCountReply
type Reply = GetScreenCountReply
The kind of reply that this request generates.
Source§impl Request for GetScreenCountRequest
impl Request for GetScreenCountRequest
impl Copy for GetScreenCountRequest
impl Eq for GetScreenCountRequest
impl StructuralPartialEq for GetScreenCountRequest
Auto Trait Implementations§
impl Freeze for GetScreenCountRequest
impl RefUnwindSafe for GetScreenCountRequest
impl Send for GetScreenCountRequest
impl Sync for GetScreenCountRequest
impl Unpin for GetScreenCountRequest
impl UnwindSafe for GetScreenCountRequest
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