pub struct AdapterTick { /* private fields */ }Expand description
One scheduled adapter-loop tick.
Implementations§
Source§impl AdapterTick
impl AdapterTick
Trait Implementations§
Source§impl Clone for AdapterTick
impl Clone for AdapterTick
Source§fn clone(&self) -> AdapterTick
fn clone(&self) -> AdapterTick
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AdapterTick
Source§impl Debug for AdapterTick
impl Debug for AdapterTick
impl Eq for AdapterTick
Source§impl PartialEq for AdapterTick
impl PartialEq for AdapterTick
impl StructuralPartialEq for AdapterTick
Auto Trait Implementations§
impl Freeze for AdapterTick
impl RefUnwindSafe for AdapterTick
impl Send for AdapterTick
impl Sync for AdapterTick
impl Unpin for AdapterTick
impl UnsafeUnpin for AdapterTick
impl UnwindSafe for AdapterTick
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