Enum obs_wrapper::source::SourceType
source · [−]pub enum SourceType {
INPUT,
SCENE,
FILTER,
TRANSITION,
}Expand description
OBS source type
Variants
INPUT
SCENE
FILTER
TRANSITION
Trait Implementations
sourceimpl Clone for SourceType
impl Clone for SourceType
sourcefn clone(&self) -> SourceType
fn clone(&self) -> SourceType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SourceType
impl Debug for SourceType
sourceimpl PartialEq<SourceType> for SourceType
impl PartialEq<SourceType> for SourceType
sourcefn eq(&self, other: &SourceType) -> bool
fn eq(&self, other: &SourceType) -> bool
impl Copy for SourceType
impl Eq for SourceType
impl StructuralEq for SourceType
impl StructuralPartialEq for SourceType
Auto Trait Implementations
impl RefUnwindSafe for SourceType
impl Send for SourceType
impl Sync for SourceType
impl Unpin for SourceType
impl UnwindSafe for SourceType
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