Struct drm_sys::drm_mode_get_plane_res [] [src]

#[repr(C)]
pub struct drm_mode_get_plane_res { pub plane_id_ptr: __u64, pub count_planes: __u32, }

Fields

Trait Implementations

impl Debug for drm_mode_get_plane_res
[src]

Formats the value using the given formatter.

impl Default for drm_mode_get_plane_res
[src]

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

impl Copy for drm_mode_get_plane_res
[src]

impl Clone for drm_mode_get_plane_res
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more