Struct intel_gpu::uapi::DrmVersion
source · pub struct DrmVersion {
pub version_major: i32,
pub version_minor: i32,
pub version_patchlevel: i32,
pub name: OsString,
pub date: OsString,
pub desc: OsString,
}
Fields§
§version_major: i32
§version_minor: i32
§version_patchlevel: i32
§name: OsString
§date: OsString
§desc: OsString
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrmVersion
impl RefUnwindSafe for DrmVersion
impl Send for DrmVersion
impl Sync for DrmVersion
impl Unpin for DrmVersion
impl UnwindSafe for DrmVersion
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