Struct drm_sys::drm_mode_cursor [] [src]

#[repr(C)]
pub struct drm_mode_cursor { pub flags: __u32, pub crtc_id: __u32, pub x: __s32, pub y: __s32, pub width: __u32, pub height: __u32, pub handle: __u32, }

Fields

Trait Implementations

impl Debug for drm_mode_cursor
[src]

Formats the value using the given formatter.

impl Default for drm_mode_cursor
[src]

Returns the "default value" for a type. Read more

impl Copy for drm_mode_cursor
[src]

impl Clone for drm_mode_cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more