Enum obs_wrapper::properties::ComboType
source · [−]pub enum ComboType {
Invalid,
Editable,
List,
}Variants
Invalid
Editable
List
Trait Implementations
sourceimpl Into<u32> for ComboType
impl Into<u32> for ComboType
sourcefn into(self) -> obs_text_type
fn into(self) -> obs_text_type
Converts this type into the (usually inferred) input type.
impl Copy for ComboType
impl Eq for ComboType
impl StructuralEq for ComboType
impl StructuralPartialEq for ComboType
Auto Trait Implementations
impl RefUnwindSafe for ComboType
impl Send for ComboType
impl Sync for ComboType
impl Unpin for ComboType
impl UnwindSafe for ComboType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more