pub struct ZStackLoop {
pub count: u32,
pub nesting_level: u32,
pub parameters: ZStackLoopParams,
}Fields§
§count: u32§nesting_level: u32§parameters: ZStackLoopParamsTrait Implementations§
Source§impl Clone for ZStackLoop
impl Clone for ZStackLoop
Source§fn clone(&self) -> ZStackLoop
fn clone(&self) -> ZStackLoop
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 ZStackLoop
impl Debug for ZStackLoop
Source§impl<'de> Deserialize<'de> for ZStackLoop
impl<'de> Deserialize<'de> for ZStackLoop
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 ZStackLoop
impl PartialEq for ZStackLoop
Source§impl Serialize for ZStackLoop
impl Serialize for ZStackLoop
impl StructuralPartialEq for ZStackLoop
Auto Trait Implementations§
impl Freeze for ZStackLoop
impl RefUnwindSafe for ZStackLoop
impl Send for ZStackLoop
impl Sync for ZStackLoop
impl Unpin for ZStackLoop
impl UnsafeUnpin for ZStackLoop
impl UnwindSafe for ZStackLoop
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