#[repr(C)]pub struct drm_map {
pub offset: c_ulong,
pub size: c_ulong,
pub type_: Type,
pub flags: Type,
pub handle: *mut c_void,
pub mtrr: c_int,
}
Fields§
§offset: c_ulong
§size: c_ulong
§type_: Type
§flags: Type
§handle: *mut c_void
§mtrr: c_int
Trait Implementations§
source§impl PartialEq for drm_map
impl PartialEq for drm_map
impl Copy for drm_map
impl Eq for drm_map
impl StructuralPartialEq for drm_map
Auto Trait Implementations§
impl Freeze for drm_map
impl RefUnwindSafe for drm_map
impl !Send for drm_map
impl !Sync for drm_map
impl Unpin for drm_map
impl UnwindSafe for drm_map
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