Struct PixmapSyncedRequest
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§
§impl<'input> PixmapSyncedRequest<'input>
impl<'input> PixmapSyncedRequest<'input>
pub fn serialize(
self,
major_opcode: u8,
) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize( self, major_opcode: u8, ) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> PixmapSyncedRequest<'static>
pub fn into_owned(self) -> PixmapSyncedRequest<'static>
Clone all borrowed data in this PixmapSyncedRequest.
Trait Implementations§
§impl<'input> Clone for PixmapSyncedRequest<'input>
impl<'input> Clone for PixmapSyncedRequest<'input>
§fn clone(&self) -> PixmapSyncedRequest<'input>
fn clone(&self) -> PixmapSyncedRequest<'input>
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 more§impl Debug for PixmapSyncedRequest<'_>
impl Debug for PixmapSyncedRequest<'_>
§impl<'input> Default for PixmapSyncedRequest<'input>
impl<'input> Default for PixmapSyncedRequest<'input>
§fn default() -> PixmapSyncedRequest<'input>
fn default() -> PixmapSyncedRequest<'input>
Returns the “default value” for a type. Read more
§impl<'input> Request for PixmapSyncedRequest<'input>
impl<'input> Request 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
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
)