Struct drm_sys::drm_agp_mode [] [src]

#[repr(C)]
pub struct drm_agp_mode { pub mode: c_ulong, }

DRM_IOCTL_AGP_ENABLE ioctl argument type.

\sa drmAgpEnable().

Fields

< AGP mode

Trait Implementations

impl Debug for drm_agp_mode
[src]

Formats the value using the given formatter.

impl Default for drm_agp_mode
[src]

Returns the "default value" for a type. Read more

impl Copy for drm_agp_mode
[src]

impl Clone for drm_agp_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more