pub enum EapType {
Ionic,
Electronic,
}Expand description
Type of electroactive polymer.
Variants§
Ionic
Ionic EAP: actuation by ion migration (IPMC, conductive polymer).
Electronic
Electronic EAP: actuation by electrostatic forces (dielectric elastomer, PVDF).
Trait Implementations§
impl Copy for EapType
impl StructuralPartialEq for EapType
Auto Trait Implementations§
impl Freeze for EapType
impl RefUnwindSafe for EapType
impl Send for EapType
impl Sync for EapType
impl Unpin for EapType
impl UnsafeUnpin for EapType
impl UnwindSafe for EapType
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