pub struct LoopCommand {
pub time: Time<i32>,
pub count: i32,
}
Fields§
§time: Time<i32>
§count: i32
Trait Implementations§
Source§impl Clone for LoopCommand
impl Clone for LoopCommand
Source§fn clone(&self) -> LoopCommand
fn clone(&self) -> LoopCommand
Returns a copy 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 LoopCommand
impl Debug for LoopCommand
Source§impl PartialEq for LoopCommand
impl PartialEq for LoopCommand
impl StructuralPartialEq for LoopCommand
Auto Trait Implementations§
impl Freeze for LoopCommand
impl RefUnwindSafe for LoopCommand
impl Send for LoopCommand
impl Sync for LoopCommand
impl Unpin for LoopCommand
impl UnwindSafe for LoopCommand
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