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 Freeze for BlazePoseMediaPipeModelConfig
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