Struct libdrm_sys::_drmRegion [] [src]

#[repr(C)]
pub struct _drmRegion { pub handle: drm_handle_t, pub offset: c_uint, pub size: drmSize, pub map: drmAddress, }

Fields

Trait Implementations

impl Debug for _drmRegion
[src]

Formats the value using the given formatter.

impl Copy for _drmRegion
[src]

impl Clone for _drmRegion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more