pub struct Pixmap<'a> {Show 15 fields
pub window: Window,
pub pixmap: Pixmap,
pub serial: u32,
pub valid: Region,
pub update: Region,
pub x_off: i16,
pub y_off: i16,
pub target_crtc: Crtc,
pub wait_fence: Fence,
pub idle_fence: Fence,
pub options: u32,
pub target_msc: u64,
pub divisor: u64,
pub remainder: u64,
pub notifies: &'a [Notify],
}
Expand description
The Pixmap
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§window: Window
§pixmap: Pixmap
§serial: u32
§valid: Region
§update: Region
§x_off: i16
§y_off: i16
§target_crtc: Crtc
§wait_fence: Fence
§idle_fence: Fence
§options: u32
§target_msc: u64
§divisor: u64
§remainder: u64
§notifies: &'a [Notify]
Trait Implementations§
source§impl<'a> RawRequest for Pixmap<'a>
impl<'a> RawRequest for Pixmap<'a>
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
impl<'a> RequestWithoutReply for Pixmap<'a>
Auto Trait Implementations§
impl<'a> Freeze for Pixmap<'a>
impl<'a> RefUnwindSafe for Pixmap<'a>
impl<'a> Send for Pixmap<'a>
impl<'a> Sync for Pixmap<'a>
impl<'a> Unpin for Pixmap<'a>
impl<'a> UnwindSafe for Pixmap<'a>
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)