Enum mycobot::GripperState [−][src]
pub enum GripperState {
Open,
Close,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GripperState
impl Send for GripperState
impl Sync for GripperState
impl Unpin for GripperState
impl UnwindSafe for GripperState
Blanket Implementations
Mutably borrows from an owned value. Read more