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