pub struct ListImageFormats {
pub port: Port,
}Expand description
The ListImageFormats request.
This request replies ListImageFormatsReply.
Associated cookie types are ListImageFormatsCookie and ListImageFormatsCookieUnchecked.
Fields§
§port: PortTrait Implementations§
Source§impl Clone for ListImageFormats
impl Clone for ListImageFormats
Source§fn clone(&self) -> ListImageFormats
fn clone(&self) -> ListImageFormats
Returns a copy 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 ListImageFormats
impl Debug for ListImageFormats
Source§impl RawRequest for ListImageFormats
impl RawRequest for ListImageFormats
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for ListImageFormats
impl Request for ListImageFormats
Source§impl RequestWithReply for ListImageFormats
impl RequestWithReply for ListImageFormats
Source§type Reply = ListImageFormatsReply
type Reply = ListImageFormatsReply
Reply associated with the request
Source§type Cookie = ListImageFormatsCookie
type Cookie = ListImageFormatsCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = ListImageFormatsCookieUnchecked
type CookieUnchecked = ListImageFormatsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for ListImageFormats
impl RefUnwindSafe for ListImageFormats
impl Send for ListImageFormats
impl Sync for ListImageFormats
impl Unpin for ListImageFormats
impl UnwindSafe for ListImageFormats
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