Display connectors
This commit is contained in:
parent
2d40952aab
commit
30ca46d2b7
2 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
use drm::Device;
|
||||
use drm::control::Device as ControlDevice;
|
||||
use std::os::fd::{AsFd, BorrowedFd};
|
||||
use std::fmt::Debug;
|
||||
|
||||
|
@ -53,4 +54,6 @@ impl Debug for Card {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl ControlDevice for Card {}
|
Loading…
Add table
Add a link
Reference in a new issue