pub struct BlazePoseModelConfig {
pub runtime: Runtime,
pub enable_smoothing: Option<bool>,
pub enable_segmentation: Option<bool>,
pub smooth_segmentation: Option<bool>,
pub model_type: Option<BlazePoseModelType>,
}
Fields§
§runtime: Runtime
§enable_smoothing: Option<bool>
§enable_segmentation: Option<bool>
§smooth_segmentation: Option<bool>
§model_type: Option<BlazePoseModelType>
Trait Implementations§
source§impl Into<JsValue> for BlazePoseModelConfig
impl Into<JsValue> for BlazePoseModelConfig
Auto Trait Implementations§
impl RefUnwindSafe for BlazePoseModelConfig
impl Send for BlazePoseModelConfig
impl Sync for BlazePoseModelConfig
impl Unpin for BlazePoseModelConfig
impl UnwindSafe for BlazePoseModelConfig
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