Struct dfir_toolkit::es4forensics::objects::WindowsEvent
source · pub struct WindowsEvent<'a> { /* private fields */ }Implementations§
Trait Implementations§
source§impl IntoIterator for WindowsEvent<'_>
impl IntoIterator for WindowsEvent<'_>
source§impl TimelineObject for WindowsEvent<'_>
impl TimelineObject for WindowsEvent<'_>
fn into_values(self) -> Box<dyn Iterator<Item = Value>>where Self: Sized, <Self as IntoIterator>::IntoIter: 'static,
fn into_tuples(self) -> Box<dyn Iterator<Item = (Timestamp, Value)>>where Self: Sized, <Self as IntoIterator>::IntoIter: 'static,
Auto Trait Implementations§
impl<'a> RefUnwindSafe for WindowsEvent<'a>
impl<'a> Send for WindowsEvent<'a>
impl<'a> Sync for WindowsEvent<'a>
impl<'a> Unpin for WindowsEvent<'a>
impl<'a> UnwindSafe for WindowsEvent<'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