#[repr(C)]pub struct drm_format_modifier {
pub formats: __u64,
pub offset: __u32,
pub pad: __u32,
pub modifier: __u64,
}Fields§
§formats: __u64§offset: __u32§pad: __u32§modifier: __u64Trait Implementations§
Source§impl Clone for drm_format_modifier
impl Clone for drm_format_modifier
Source§fn clone(&self) -> drm_format_modifier
fn clone(&self) -> drm_format_modifier
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for drm_format_modifier
Source§impl Debug for drm_format_modifier
impl Debug for drm_format_modifier
Source§impl Default for drm_format_modifier
impl Default for drm_format_modifier
Source§fn default() -> drm_format_modifier
fn default() -> drm_format_modifier
Returns the “default value” for a type. Read more
impl Eq for drm_format_modifier
Source§impl Hash for drm_format_modifier
impl Hash for drm_format_modifier
Source§impl PartialEq for drm_format_modifier
impl PartialEq for drm_format_modifier
Source§fn eq(&self, other: &drm_format_modifier) -> bool
fn eq(&self, other: &drm_format_modifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for drm_format_modifier
Auto Trait Implementations§
impl Freeze for drm_format_modifier
impl RefUnwindSafe for drm_format_modifier
impl Send for drm_format_modifier
impl Sync for drm_format_modifier
impl Unpin for drm_format_modifier
impl UnsafeUnpin for drm_format_modifier
impl UnwindSafe for drm_format_modifier
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