pub struct DrmModeCreateBlob {
pub blob_id: u32,
/* private fields */
}Fields§
§blob_id: u32Implementations§
Trait Implementations§
Source§impl Debug for DrmModeCreateBlob
impl Debug for DrmModeCreateBlob
Source§impl Default for DrmModeCreateBlob
The default value is the result of Self::zeroed.
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 UnsafeUnpin 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