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