pub struct WaitForFrame {
pub frame: usize,
pub skip_count: usize,
}
Fields§
§frame: usize
§skip_count: usize
Trait Implementations§
Source§impl Debug for WaitForFrame
impl Debug for WaitForFrame
Source§impl<'de> Deserialize<'de> for WaitForFrame
impl<'de> Deserialize<'de> for WaitForFrame
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 WaitForFrame
impl PartialEq for WaitForFrame
Source§impl Serialize for WaitForFrame
impl Serialize 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