pub enum ComboType {
Invalid,
Editable,
List,
}Variants§
Trait Implementations§
Source§impl Into<u32> for ComboType
impl Into<u32> for ComboType
Source§fn 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 StructuralPartialEq for ComboType
Auto Trait Implementations§
impl Freeze for ComboType
impl RefUnwindSafe for ComboType
impl Send for ComboType
impl Sync for ComboType
impl Unpin for ComboType
impl UnwindSafe for ComboType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more