pub enum PulseMode {
Keep = 0,
Relative = 1,
Absolute = 2,
}Expand description
Universal SPM pulse modes - concepts that apply to any SPM system
Variants§
Keep = 0
Keep current bias voltage unchanged
Relative = 1
Add voltage to current bias (relative)
Absolute = 2
Set bias to absolute voltage value
Trait Implementations§
impl Copy for PulseMode
impl Eq for PulseMode
impl StructuralPartialEq for PulseMode
Auto Trait Implementations§
impl Freeze for PulseMode
impl RefUnwindSafe for PulseMode
impl Send for PulseMode
impl Sync for PulseMode
impl Unpin for PulseMode
impl UnwindSafe for PulseMode
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