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