Struct drm_sys::drm_mode_get_plane_res
source · #[repr(C)]pub struct drm_mode_get_plane_res {
pub plane_id_ptr: __u64,
pub count_planes: __u32,
}
Fields§
§plane_id_ptr: __u64
§count_planes: __u32
Trait Implementations§
source§impl Clone for drm_mode_get_plane_res
impl Clone for drm_mode_get_plane_res
source§fn clone(&self) -> drm_mode_get_plane_res
fn clone(&self) -> drm_mode_get_plane_res
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_get_plane_res
impl Debug for drm_mode_get_plane_res
source§impl Default for drm_mode_get_plane_res
impl Default for drm_mode_get_plane_res
source§fn default() -> drm_mode_get_plane_res
fn default() -> drm_mode_get_plane_res
Returns the “default value” for a type. Read more
source§impl Hash for drm_mode_get_plane_res
impl Hash for drm_mode_get_plane_res
source§impl PartialEq for drm_mode_get_plane_res
impl PartialEq for drm_mode_get_plane_res
source§fn eq(&self, other: &drm_mode_get_plane_res) -> bool
fn eq(&self, other: &drm_mode_get_plane_res) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for drm_mode_get_plane_res
impl Eq for drm_mode_get_plane_res
impl StructuralPartialEq for drm_mode_get_plane_res
Auto Trait Implementations§
impl Freeze for drm_mode_get_plane_res
impl RefUnwindSafe for drm_mode_get_plane_res
impl Send for drm_mode_get_plane_res
impl Sync for drm_mode_get_plane_res
impl Unpin for drm_mode_get_plane_res
impl UnwindSafe for drm_mode_get_plane_res
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