pub struct PixmapSyncedRequest<'input> {Show 17 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 acquire_syncobj: u32,
pub release_syncobj: u32,
pub acquire_point: u64,
pub release_point: u64,
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§acquire_syncobj: u32§release_syncobj: u32§acquire_point: u64§release_point: u64§options: u32§target_msc: u64§divisor: u64§remainder: u64§notifies: Cow<'input, [Notify]>Implementations§
Source§impl<'input> PixmapSyncedRequest<'input>
impl<'input> PixmapSyncedRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for PixmapSyncedRequest<'input>
impl<'input> Clone for PixmapSyncedRequest<'input>
Source§fn clone(&self) -> PixmapSyncedRequest<'input>
fn clone(&self) -> PixmapSyncedRequest<'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 PixmapSyncedRequest<'input>
impl<'input> Debug for PixmapSyncedRequest<'input>
Source§impl<'input> Default for PixmapSyncedRequest<'input>
impl<'input> Default for PixmapSyncedRequest<'input>
Source§fn default() -> PixmapSyncedRequest<'input>
fn default() -> PixmapSyncedRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for PixmapSyncedRequest<'input>
impl<'input> Hash for PixmapSyncedRequest<'input>
Source§impl<'input> Ord for PixmapSyncedRequest<'input>
impl<'input> Ord for PixmapSyncedRequest<'input>
Source§fn cmp(&self, other: &PixmapSyncedRequest<'input>) -> Ordering
fn cmp(&self, other: &PixmapSyncedRequest<'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 PixmapSyncedRequest<'input>
impl<'input> PartialEq for PixmapSyncedRequest<'input>
Source§impl<'input> PartialOrd for PixmapSyncedRequest<'input>
impl<'input> PartialOrd for PixmapSyncedRequest<'input>
Source§impl<'input> Request for PixmapSyncedRequest<'input>
impl<'input> Request for PixmapSyncedRequest<'input>
impl<'input> Eq for PixmapSyncedRequest<'input>
impl<'input> StructuralPartialEq for PixmapSyncedRequest<'input>
impl<'input> VoidRequest for PixmapSyncedRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for PixmapSyncedRequest<'input>
impl<'input> RefUnwindSafe for PixmapSyncedRequest<'input>
impl<'input> Send for PixmapSyncedRequest<'input>
impl<'input> Sync for PixmapSyncedRequest<'input>
impl<'input> Unpin for PixmapSyncedRequest<'input>
impl<'input> UnwindSafe for PixmapSyncedRequest<'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