Enum obs_wrapper::source::Icon
source · [−]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
sourceimpl Into<u32> for Icon
impl Into<u32> for Icon
sourcefn 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 StructuralEq for Icon
impl StructuralPartialEq for Icon
Auto Trait Implementations
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnwindSafe for Icon
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