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