Struct linux_drm::ioctl::DrmModeCreateBlob
source · #[repr(C)]pub struct DrmModeCreateBlob {
pub data: u64,
pub length: u32,
pub blob_id: u32,
}
Fields§
§data: u64
§length: u32
§blob_id: u32
Implementations§
Trait Implementations§
source§impl Debug for DrmModeCreateBlob
impl Debug for DrmModeCreateBlob
source§impl Default for DrmModeCreateBlob
impl Default for DrmModeCreateBlob
The default value is the result of Self::zeroed
.
Auto Trait Implementations§
impl Freeze for DrmModeCreateBlob
impl RefUnwindSafe for DrmModeCreateBlob
impl Send for DrmModeCreateBlob
impl Sync for DrmModeCreateBlob
impl Unpin for DrmModeCreateBlob
impl UnwindSafe for DrmModeCreateBlob
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