Struct cognitive_qualia::defs::DrmBundle [] [src]

pub struct DrmBundle {
    pub path: PathBuf,
    pub fd: RawFd,
    pub crtc_id: u32,
    pub connector_id: u32,
}

Structure containing all data needed to initialize DRM output.

Fields

Trait Implementations

impl Clone for DrmBundle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DrmBundle
[src]

Formats the value using the given formatter.