pub struct ZStackLoopParams {
pub home_index: i32,
pub step_um: f64,
pub bottom_to_top: bool,
pub device_name: Option<String>,
}Fields§
§home_index: i32§step_um: f64§bottom_to_top: bool§device_name: Option<String>Trait Implementations§
Source§impl Clone for ZStackLoopParams
impl Clone for ZStackLoopParams
Source§fn clone(&self) -> ZStackLoopParams
fn clone(&self) -> ZStackLoopParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZStackLoopParams
impl Debug for ZStackLoopParams
Source§impl<'de> Deserialize<'de> for ZStackLoopParams
impl<'de> Deserialize<'de> for ZStackLoopParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ZStackLoopParams
impl PartialEq for ZStackLoopParams
Source§impl Serialize for ZStackLoopParams
impl Serialize for ZStackLoopParams
impl StructuralPartialEq for ZStackLoopParams
Auto Trait Implementations§
impl Freeze for ZStackLoopParams
impl RefUnwindSafe for ZStackLoopParams
impl Send for ZStackLoopParams
impl Sync for ZStackLoopParams
impl Unpin for ZStackLoopParams
impl UnsafeUnpin for ZStackLoopParams
impl UnwindSafe for ZStackLoopParams
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