Struct drm_sys::drm_mode_set_plane
source · #[repr(C)]pub struct drm_mode_set_plane {
pub plane_id: __u32,
pub crtc_id: __u32,
pub fb_id: __u32,
pub flags: __u32,
pub crtc_x: __s32,
pub crtc_y: __s32,
pub crtc_w: __u32,
pub crtc_h: __u32,
pub src_x: __u32,
pub src_y: __u32,
pub src_h: __u32,
pub src_w: __u32,
}
Fields§
§plane_id: __u32
§crtc_id: __u32
§fb_id: __u32
§flags: __u32
§crtc_x: __s32
§crtc_y: __s32
§crtc_w: __u32
§crtc_h: __u32
§src_x: __u32
§src_y: __u32
§src_h: __u32
§src_w: __u32
Trait Implementations§
source§impl Clone for drm_mode_set_plane
impl Clone for drm_mode_set_plane
source§fn clone(&self) -> drm_mode_set_plane
fn clone(&self) -> drm_mode_set_plane
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_mode_set_plane
impl Debug for drm_mode_set_plane
source§impl Default for drm_mode_set_plane
impl Default for drm_mode_set_plane
source§fn default() -> drm_mode_set_plane
fn default() -> drm_mode_set_plane
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_set_plane
impl Hash for drm_mode_set_plane
source§impl PartialEq for drm_mode_set_plane
impl PartialEq for drm_mode_set_plane
impl Copy for drm_mode_set_plane
impl Eq for drm_mode_set_plane
impl StructuralPartialEq for drm_mode_set_plane
Auto Trait Implementations§
impl Freeze for drm_mode_set_plane
impl RefUnwindSafe for drm_mode_set_plane
impl Send for drm_mode_set_plane
impl Sync for drm_mode_set_plane
impl Unpin for drm_mode_set_plane
impl UnwindSafe for drm_mode_set_plane
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
)