#[repr(C)]pub struct drm_mode_get_blob {
pub blob_id: __u32,
pub length: __u32,
pub data: __u64,
}
Fields§
§blob_id: __u32
§length: __u32
§data: __u64
Trait Implementations§
Source§impl Clone for drm_mode_get_blob
impl Clone for drm_mode_get_blob
Source§fn clone(&self) -> drm_mode_get_blob
fn clone(&self) -> drm_mode_get_blob
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_blob
impl Debug for drm_mode_get_blob
Source§impl Default for drm_mode_get_blob
impl Default for drm_mode_get_blob
Source§fn default() -> drm_mode_get_blob
fn default() -> drm_mode_get_blob
Returns the “default value” for a type. Read more
Source§impl Hash for drm_mode_get_blob
impl Hash for drm_mode_get_blob
Source§impl PartialEq for drm_mode_get_blob
impl PartialEq for drm_mode_get_blob
impl Copy for drm_mode_get_blob
impl Eq for drm_mode_get_blob
impl StructuralPartialEq for drm_mode_get_blob
Auto Trait Implementations§
impl Freeze for drm_mode_get_blob
impl RefUnwindSafe for drm_mode_get_blob
impl Send for drm_mode_get_blob
impl Sync for drm_mode_get_blob
impl Unpin for drm_mode_get_blob
impl UnwindSafe for drm_mode_get_blob
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