pub struct AsyncDetectHumanBodyPose3D;Available on crate feature
async only.Implementations§
Source§impl AsyncDetectHumanBodyPose3D
impl AsyncDetectHumanBodyPose3D
pub const fn new() -> Self
pub fn detect_in_path( &self, path: impl AsRef<Path>, ) -> DetectHumanBodyPose3DFuture ⓘ
Trait Implementations§
Source§impl Clone for AsyncDetectHumanBodyPose3D
impl Clone for AsyncDetectHumanBodyPose3D
Source§fn clone(&self) -> AsyncDetectHumanBodyPose3D
fn clone(&self) -> AsyncDetectHumanBodyPose3D
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AsyncDetectHumanBodyPose3D
impl Debug for AsyncDetectHumanBodyPose3D
Source§impl Default for AsyncDetectHumanBodyPose3D
impl Default for AsyncDetectHumanBodyPose3D
Source§fn default() -> AsyncDetectHumanBodyPose3D
fn default() -> AsyncDetectHumanBodyPose3D
Returns the “default value” for a type. Read more
impl Copy for AsyncDetectHumanBodyPose3D
Auto Trait Implementations§
impl Freeze for AsyncDetectHumanBodyPose3D
impl RefUnwindSafe for AsyncDetectHumanBodyPose3D
impl Send for AsyncDetectHumanBodyPose3D
impl Sync for AsyncDetectHumanBodyPose3D
impl Unpin for AsyncDetectHumanBodyPose3D
impl UnsafeUnpin for AsyncDetectHumanBodyPose3D
impl UnwindSafe for AsyncDetectHumanBodyPose3D
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