#[repr(C)]pub enum drmMapType {
DRM_FRAME_BUFFER = 0,
DRM_REGISTERS = 1,
DRM_SHM = 2,
DRM_AGP = 3,
DRM_SCATTER_GATHER = 4,
DRM_CONSISTENT = 5,
}Variants§
DRM_FRAME_BUFFER = 0
DRM_REGISTERS = 1
DRM_SHM = 2
DRM_AGP = 3
DRM_SCATTER_GATHER = 4
DRM_CONSISTENT = 5
Auto Trait Implementations§
impl Freeze for drmMapType
impl RefUnwindSafe for drmMapType
impl Send for drmMapType
impl Sync for drmMapType
impl Unpin for drmMapType
impl UnwindSafe for drmMapType
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