pub struct PageFlipRequest {
pub crtc_id: u32,
pub fb_id: u32,
pub user_data: u64,
}Expand description
Page flip request
Fields§
§crtc_id: u32CRTC to flip
fb_id: u32New framebuffer to display
user_data: u64User data for completion callback
Trait Implementations§
Source§impl Clone for PageFlipRequest
impl Clone for PageFlipRequest
Source§fn clone(&self) -> PageFlipRequest
fn clone(&self) -> PageFlipRequest
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PageFlipRequest
impl Debug for PageFlipRequest
Source§impl PartialEq for PageFlipRequest
impl PartialEq for PageFlipRequest
impl Copy for PageFlipRequest
impl Eq for PageFlipRequest
impl StructuralPartialEq for PageFlipRequest
Auto Trait Implementations§
impl Freeze for PageFlipRequest
impl RefUnwindSafe for PageFlipRequest
impl Send for PageFlipRequest
impl Sync for PageFlipRequest
impl Unpin for PageFlipRequest
impl UnwindSafe for PageFlipRequest
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)