pub struct PixmapRequest<'input> {Show 15 fields
pub window: u32,
pub pixmap: u32,
pub serial: u32,
pub valid: u32,
pub update: u32,
pub x_off: i16,
pub y_off: i16,
pub target_crtc: u32,
pub wait_fence: u32,
pub idle_fence: u32,
pub options: u32,
pub target_msc: u64,
pub divisor: u64,
pub remainder: u64,
pub notifies: Cow<'input, [Notify]>,
}Fields§
§window: u32§pixmap: u32§serial: u32§valid: u32§update: u32§x_off: i16§y_off: i16§target_crtc: u32§wait_fence: u32§idle_fence: u32§options: u32§target_msc: u64§divisor: u64§remainder: u64§notifies: Cow<'input, [Notify]>Implementations§
Source§impl<'input> PixmapRequest<'input>
impl<'input> PixmapRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for PixmapRequest<'input>
impl<'input> Clone for PixmapRequest<'input>
Source§fn clone(&self) -> PixmapRequest<'input>
fn clone(&self) -> PixmapRequest<'input>
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 moreSource§impl<'input> Debug for PixmapRequest<'input>
impl<'input> Debug for PixmapRequest<'input>
Source§impl<'input> Default for PixmapRequest<'input>
impl<'input> Default for PixmapRequest<'input>
Source§fn default() -> PixmapRequest<'input>
fn default() -> PixmapRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for PixmapRequest<'input>
impl<'input> Hash for PixmapRequest<'input>
Source§impl<'input> Ord for PixmapRequest<'input>
impl<'input> Ord for PixmapRequest<'input>
Source§fn cmp(&self, other: &PixmapRequest<'input>) -> Ordering
fn cmp(&self, other: &PixmapRequest<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for PixmapRequest<'input>
impl<'input> PartialEq for PixmapRequest<'input>
Source§impl<'input> PartialOrd for PixmapRequest<'input>
impl<'input> PartialOrd for PixmapRequest<'input>
Source§impl<'input> Request for PixmapRequest<'input>
impl<'input> Request for PixmapRequest<'input>
impl<'input> Eq for PixmapRequest<'input>
impl<'input> StructuralPartialEq for PixmapRequest<'input>
impl<'input> VoidRequest for PixmapRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for PixmapRequest<'input>
impl<'input> RefUnwindSafe for PixmapRequest<'input>
impl<'input> Send for PixmapRequest<'input>
impl<'input> Sync for PixmapRequest<'input>
impl<'input> Unpin for PixmapRequest<'input>
impl<'input> UnwindSafe for PixmapRequest<'input>
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