pub struct EventView<'a> { /* private fields */ }Expand description
A view into an event with convenience methods for accessing the associated thread and method. Use AndroidTraceLog::iter to get an iterator over these.
Implementations§
Trait Implementations§
impl<'a> Copy for EventView<'a>
Auto Trait Implementations§
impl<'a> Freeze for EventView<'a>
impl<'a> RefUnwindSafe for EventView<'a>
impl<'a> Send for EventView<'a>
impl<'a> Sync for EventView<'a>
impl<'a> Unpin for EventView<'a>
impl<'a> UnwindSafe for EventView<'a>
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