Struct intel_gpu::native::drm_intel_overlay_put_image
source · #[repr(C)]pub struct drm_intel_overlay_put_image {Show 16 fields
pub flags: __u32,
pub bo_handle: __u32,
pub stride_Y: __u16,
pub stride_UV: __u16,
pub offset_Y: __u32,
pub offset_U: __u32,
pub offset_V: __u32,
pub src_width: __u16,
pub src_height: __u16,
pub src_scan_width: __u16,
pub src_scan_height: __u16,
pub crtc_id: __u32,
pub dst_x: __u16,
pub dst_y: __u16,
pub dst_width: __u16,
pub dst_height: __u16,
}
Fields§
§flags: __u32
§bo_handle: __u32
§stride_Y: __u16
§stride_UV: __u16
§offset_Y: __u32
§offset_U: __u32
§offset_V: __u32
§src_width: __u16
§src_height: __u16
§src_scan_width: __u16
§src_scan_height: __u16
§crtc_id: __u32
§dst_x: __u16
§dst_y: __u16
§dst_width: __u16
§dst_height: __u16
Trait Implementations§
source§impl Clone for drm_intel_overlay_put_image
impl Clone for drm_intel_overlay_put_image
source§fn clone(&self) -> drm_intel_overlay_put_image
fn clone(&self) -> drm_intel_overlay_put_image
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_intel_overlay_put_image
impl Debug for drm_intel_overlay_put_image
impl Copy for drm_intel_overlay_put_image
Auto Trait Implementations§
impl Freeze for drm_intel_overlay_put_image
impl RefUnwindSafe for drm_intel_overlay_put_image
impl Send for drm_intel_overlay_put_image
impl Sync for drm_intel_overlay_put_image
impl Unpin for drm_intel_overlay_put_image
impl UnwindSafe for drm_intel_overlay_put_image
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)