#[repr(C)]pub struct drm_wait_vblank_request {
pub type_: u32,
pub sequence: u32,
pub signal: u64,
}
Fields§
§type_: u32
§sequence: u32
§signal: u64
Trait Implementations§
Source§impl Clone for drm_wait_vblank_request
impl Clone for drm_wait_vblank_request
Source§fn clone(&self) -> drm_wait_vblank_request
fn clone(&self) -> drm_wait_vblank_request
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 moreSource§impl Debug for drm_wait_vblank_request
impl Debug for drm_wait_vblank_request
Source§impl Default for drm_wait_vblank_request
impl Default for drm_wait_vblank_request
Source§fn default() -> drm_wait_vblank_request
fn default() -> drm_wait_vblank_request
Returns the “default value” for a type. Read more
Source§impl Hash for drm_wait_vblank_request
impl Hash for drm_wait_vblank_request
Source§impl PartialEq for drm_wait_vblank_request
impl PartialEq for drm_wait_vblank_request
impl Copy for drm_wait_vblank_request
impl Eq for drm_wait_vblank_request
impl StructuralPartialEq for drm_wait_vblank_request
Auto Trait Implementations§
impl Freeze for drm_wait_vblank_request
impl RefUnwindSafe for drm_wait_vblank_request
impl Send for drm_wait_vblank_request
impl Sync for drm_wait_vblank_request
impl Unpin for drm_wait_vblank_request
impl UnwindSafe for drm_wait_vblank_request
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