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