pub struct WaitForFrame {
pub frame: u16,
pub num_actions_to_skip: u8,
}
Fields§
§frame: u16
§num_actions_to_skip: u8
Trait Implementations§
Source§impl Clone for WaitForFrame
impl Clone for WaitForFrame
Source§fn clone(&self) -> WaitForFrame
fn clone(&self) -> WaitForFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WaitForFrame
impl Debug for WaitForFrame
Source§impl PartialEq for WaitForFrame
impl PartialEq for WaitForFrame
impl Eq for WaitForFrame
impl StructuralPartialEq for WaitForFrame
Auto Trait Implementations§
impl Freeze for WaitForFrame
impl RefUnwindSafe for WaitForFrame
impl Send for WaitForFrame
impl Sync for WaitForFrame
impl Unpin for WaitForFrame
impl UnwindSafe for WaitForFrame
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