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