pub struct BlazePoseMediaPipeModelConfig {
pub solution_path: Option<String>,
}
Fields§
§solution_path: Option<String>
Trait Implementations§
source§impl Into<JsValue> for BlazePoseMediaPipeModelConfig
impl Into<JsValue> for BlazePoseMediaPipeModelConfig
Auto Trait Implementations§
impl RefUnwindSafe for BlazePoseMediaPipeModelConfig
impl Send for BlazePoseMediaPipeModelConfig
impl Sync for BlazePoseMediaPipeModelConfig
impl Unpin for BlazePoseMediaPipeModelConfig
impl UnwindSafe for BlazePoseMediaPipeModelConfig
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