drm::control::property

Type Alias RawValue

source
pub type RawValue = u64;
Expand description

A raw property value that does not have a specific property type

Trait Implementations§

source§

impl<'a> From<Value<'a>> for RawValue

source§

fn from(value: Value<'a>) -> Self

Converts to this type from the input type.