Struct QueryClientPixmapBytesReply
pub struct QueryClientPixmapBytesReply {
pub sequence: u16,
pub length: u32,
pub bytes: u32,
pub bytes_overflow: u32,
}Fields§
§sequence: u16§length: u32§bytes: u32§bytes_overflow: u32Trait Implementations§
§impl Clone for QueryClientPixmapBytesReply
impl Clone for QueryClientPixmapBytesReply
§fn clone(&self) -> QueryClientPixmapBytesReply
fn clone(&self) -> QueryClientPixmapBytesReply
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 more§impl Debug for QueryClientPixmapBytesReply
impl Debug for QueryClientPixmapBytesReply
§impl Default for QueryClientPixmapBytesReply
impl Default for QueryClientPixmapBytesReply
§fn default() -> QueryClientPixmapBytesReply
fn default() -> QueryClientPixmapBytesReply
Returns the “default value” for a type. Read more
§impl From<QueryClientPixmapBytesReply> for Reply
impl From<QueryClientPixmapBytesReply> for Reply
§fn from(reply: QueryClientPixmapBytesReply) -> Reply
fn from(reply: QueryClientPixmapBytesReply) -> Reply
Converts to this type from the input type.
§impl Serialize for QueryClientPixmapBytesReply
impl Serialize for QueryClientPixmapBytesReply
§impl TryParse for QueryClientPixmapBytesReply
impl TryParse for QueryClientPixmapBytesReply
§fn try_parse(
initial_value: &[u8],
) -> Result<(QueryClientPixmapBytesReply, &[u8]), ParseError>
fn try_parse( initial_value: &[u8], ) -> Result<(QueryClientPixmapBytesReply, &[u8]), ParseError>
Try to parse the given values into an instance of this type. Read more
impl Copy for QueryClientPixmapBytesReply
Auto Trait Implementations§
impl Freeze for QueryClientPixmapBytesReply
impl RefUnwindSafe for QueryClientPixmapBytesReply
impl Send for QueryClientPixmapBytesReply
impl Sync for QueryClientPixmapBytesReply
impl Unpin for QueryClientPixmapBytesReply
impl UnwindSafe for QueryClientPixmapBytesReply
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> TryParseFd for Twhere
T: TryParse,
impl<T> TryParseFd for Twhere
T: TryParse,
§fn try_parse_fd<'a>(
value: &'a [u8],
_: &mut Vec<OwnedFd>,
) -> Result<(T, &'a [u8]), ParseError>
fn try_parse_fd<'a>( value: &'a [u8], _: &mut Vec<OwnedFd>, ) -> Result<(T, &'a [u8]), ParseError>
Try to parse the given values into an instance of this type. Read more