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