pub struct GetConvolutionFilter {
pub context_tag: ContextTag,
pub target: u32,
pub format: u32,
pub type: u32,
pub swap_bytes: bool,
}Expand description
The GetConvolutionFilter request.
This request replies GetConvolutionFilterReply.
Associated cookie types are GetConvolutionFilterCookie and GetConvolutionFilterCookieUnchecked.
Fields§
§context_tag: ContextTag§target: u32§format: u32§type: u32§swap_bytes: boolTrait Implementations§
Source§impl Clone for GetConvolutionFilter
impl Clone for GetConvolutionFilter
Source§fn clone(&self) -> GetConvolutionFilter
fn clone(&self) -> GetConvolutionFilter
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 GetConvolutionFilter
impl Debug for GetConvolutionFilter
Source§impl RawRequest for GetConvolutionFilter
impl RawRequest for GetConvolutionFilter
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 GetConvolutionFilter
impl Request for GetConvolutionFilter
Source§impl RequestWithReply for GetConvolutionFilter
impl RequestWithReply for GetConvolutionFilter
Source§type Reply = GetConvolutionFilterReply
type Reply = GetConvolutionFilterReply
Reply associated with the request
Source§type Cookie = GetConvolutionFilterCookie
type Cookie = GetConvolutionFilterCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetConvolutionFilterCookieUnchecked
type CookieUnchecked = GetConvolutionFilterCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetConvolutionFilter
impl RefUnwindSafe for GetConvolutionFilter
impl Send for GetConvolutionFilter
impl Sync for GetConvolutionFilter
impl Unpin for GetConvolutionFilter
impl UnwindSafe for GetConvolutionFilter
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