Enum obs_wrapper::properties::TextType
source · [−]pub enum TextType {
Default,
Password,
Multiline,
}Variants
Default
Password
Multiline
Trait Implementations
sourceimpl Into<u32> for TextType
impl Into<u32> for TextType
sourcefn into(self) -> obs_text_type
fn into(self) -> obs_text_type
Converts this type into the (usually inferred) input type.
sourceimpl PartialEq<TextType> for TextType
impl PartialEq<TextType> for TextType
impl Copy for TextType
impl Eq for TextType
impl StructuralEq for TextType
impl StructuralPartialEq for TextType
Auto Trait Implementations
impl RefUnwindSafe for TextType
impl Send for TextType
impl Sync for TextType
impl Unpin for TextType
impl UnwindSafe for TextType
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