pub struct MotionWorkerResult {
pub finished: bool,
pub read: bool,
}Fields§
§finished: bool§read: boolTrait Implementations§
Source§impl Debug for MotionWorkerResult
impl Debug for MotionWorkerResult
Source§impl PartialEq for MotionWorkerResult
impl PartialEq for MotionWorkerResult
impl StructuralPartialEq for MotionWorkerResult
Auto Trait Implementations§
impl Freeze for MotionWorkerResult
impl RefUnwindSafe for MotionWorkerResult
impl Send for MotionWorkerResult
impl Sync for MotionWorkerResult
impl Unpin for MotionWorkerResult
impl UnwindSafe for MotionWorkerResult
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