pub struct BufferedInput {
pub input: ComboInput,
pub timestamp: f64,
pub consumed: bool,
}Fields§
§input: ComboInput§timestamp: f64§consumed: boolTrait Implementations§
Source§impl Clone for BufferedInput
impl Clone for BufferedInput
Source§fn clone(&self) -> BufferedInput
fn clone(&self) -> BufferedInput
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 moreAuto Trait Implementations§
impl Freeze for BufferedInput
impl RefUnwindSafe for BufferedInput
impl Send for BufferedInput
impl Sync for BufferedInput
impl Unpin for BufferedInput
impl UnsafeUnpin for BufferedInput
impl UnwindSafe for BufferedInput
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