pub struct ISynchronizedInputProvider(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ISynchronizedInputProvider
impl Clone for ISynchronizedInputProvider
Source§fn clone(&self) -> ISynchronizedInputProvider
fn clone(&self) -> ISynchronizedInputProvider
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 ISynchronizedInputProvider
impl Debug for ISynchronizedInputProvider
Source§impl Interface for ISynchronizedInputProvider
impl Interface for ISynchronizedInputProvider
impl Eq for ISynchronizedInputProvider
impl StructuralPartialEq for ISynchronizedInputProvider
Auto Trait Implementations§
impl Freeze for ISynchronizedInputProvider
impl RefUnwindSafe for ISynchronizedInputProvider
impl !Send for ISynchronizedInputProvider
impl !Sync for ISynchronizedInputProvider
impl Unpin for ISynchronizedInputProvider
impl UnwindSafe for ISynchronizedInputProvider
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