#[repr(C)]pub struct drm_map {
pub offset: u64,
pub size: u64,
pub type_: u32,
pub flags: u32,
pub handle: *mut c_void,
pub mtrr: i32,
}Fields§
§offset: u64§size: u64§type_: u32§flags: u32§handle: *mut c_void§mtrr: i32Trait Implementations§
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