Struct drm_ffi::drm_clip_rect
source · [−]Fields
x1: u16y1: u16x2: u16y2: u16Trait Implementations
sourceimpl Clone for drm_clip_rect
impl Clone for drm_clip_rect
sourcefn clone(&self) -> drm_clip_rect
fn clone(&self) -> drm_clip_rect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for drm_clip_rect
impl Debug for drm_clip_rect
sourceimpl Default for drm_clip_rect
impl Default for drm_clip_rect
sourcefn default() -> drm_clip_rect
fn default() -> drm_clip_rect
Returns the “default value” for a type. Read more
sourceimpl Hash for drm_clip_rect
impl Hash for drm_clip_rect
sourceimpl PartialEq<drm_clip_rect> for drm_clip_rect
impl PartialEq<drm_clip_rect> for drm_clip_rect
sourcefn eq(&self, other: &drm_clip_rect) -> bool
fn eq(&self, other: &drm_clip_rect) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for drm_clip_rect
impl Eq for drm_clip_rect
impl StructuralEq for drm_clip_rect
impl StructuralPartialEq for drm_clip_rect
Auto Trait Implementations
impl RefUnwindSafe for drm_clip_rect
impl Send for drm_clip_rect
impl Sync for drm_clip_rect
impl Unpin for drm_clip_rect
impl UnwindSafe for drm_clip_rect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more