Trait linux_video_core::RefValue
source · pub trait RefValue<T> {
// Required method
fn try_ref<'a>(data: &'a T, ctrl: &QueryExtCtrl) -> Option<&'a Self>;
}
pub trait RefValue<T> {
// Required method
fn try_ref<'a>(data: &'a T, ctrl: &QueryExtCtrl) -> Option<&'a Self>;
}