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