pub type drm_clip_rect_t = drm_clip_rect;
Aliased Type§
struct drm_clip_rect_t {
pub x1: u16,
pub y1: u16,
pub x2: u16,
pub y2: u16,
}
Fields§
§x1: u16
§y1: u16
§x2: u16
§y2: u16
Trait Implementations
Source§impl Clone for drm_clip_rect
impl Clone for drm_clip_rect
Source§fn clone(&self) -> drm_clip_rect
fn clone(&self) -> drm_clip_rect
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_clip_rect
impl Debug for drm_clip_rect
Source§impl Default for drm_clip_rect
impl Default for drm_clip_rect
Source§fn default() -> drm_clip_rect
fn default() -> drm_clip_rect
Returns the “default value” for a type. Read more