Trait libdrm::MasterDevice [] [src]

pub trait MasterDevice: Device {
    fn drop_master(&self) -> Result<()> { ... }
}

A trait for DRM devices that may be holding the master lock.

Provided Methods

Implementors