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.