Struct drm::mode::PropertyBlob [] [src]

pub struct PropertyBlob { /* fields omitted */ }

Blob's are used to get EDID information out of a Property.

TODO: Make this usable.

Trait Implementations

impl Debug for PropertyBlob
[src]

Formats the value using the given formatter.

impl Clone for PropertyBlob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PropertyBlob
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PropertyBlob
[src]

impl Hash for PropertyBlob
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Resource for PropertyBlob
[src]