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