Trait obs_wrapper::data::FromDataItem
source · [−]pub trait FromDataItem {
fn typ() -> DataType;
unsafe fn from_item_unchecked(item: *mut obs_data_item_t) -> Self;
}Required Methods
source
pub trait FromDataItem {
fn typ() -> DataType;
unsafe fn from_item_unchecked(item: *mut obs_data_item_t) -> Self;
}