Trait obs_wrapper::properties::ListType
source · [−]pub trait ListType {
fn format() -> ComboFormat;
fn push_into(self, ptr: *mut obs_property_t, name: ObsString);
fn insert_into(self, ptr: *mut obs_property_t, name: ObsString, index: usize);
}Required Methods
source
fn format() -> ComboFormat
source
fn push_into(self, ptr: *mut obs_property_t, name: ObsString)
source