Skip to content
Snippets Groups Projects
Commit fab5ee81 authored by Lyude Paul's avatar Lyude Paul
Browse files

rust: drm/kms: Add RawConnector and RawConnectorState


Now that we have more then one way to refer to connectors, we also want to
ensure that any methods which are common to any kind of connector type can
be used on all connector representations. This is where RawConnector and
RawConnectorState come in: we implement these traits for any type which
implements AsRawConnector or AsRawConnectorState respectively.

Signed-off-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
parent 936228d8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment