pub enum Icon {
Show 14 variants
Unknown,
Image,
Color,
Slideshow,
AudioInput,
AudioOutput,
DesktopCapture,
WindowCapture,
GameCapture,
Camera,
Text,
Media,
Browser,
Custom,
}
Variants§
Unknown
Image
Color
Slideshow
AudioInput
AudioOutput
DesktopCapture
WindowCapture
GameCapture
Camera
Text
Media
Browser
Custom
Trait Implementations§
Source§impl Into<u32> for Icon
impl Into<u32> for Icon
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 Icon
impl Eq for Icon
impl StructuralPartialEq for Icon
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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