pub struct EdgeImpulseHandle {}
Expand description
Opaque handle for Edge Impulse operations
Implementations§
Source§impl EdgeImpulseHandle
impl EdgeImpulseHandle
Sourcepub fn new() -> EdgeImpulseResult<Self>
pub fn new() -> EdgeImpulseResult<Self>
Create a new Edge Impulse handle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EdgeImpulseHandle
impl RefUnwindSafe for EdgeImpulseHandle
impl Send for EdgeImpulseHandle
impl Sync for EdgeImpulseHandle
impl Unpin for EdgeImpulseHandle
impl UnwindSafe for EdgeImpulseHandle
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