pub struct TimelineData {
pub time: Filetime,
pub data: ForensicData,
pub time_context: TimeContext,
}Fields§
§time: Filetime§data: ForensicData§time_context: TimeContextTrait Implementations§
Source§impl Clone for TimelineData
impl Clone for TimelineData
Source§fn clone(&self) -> TimelineData
fn clone(&self) -> TimelineData
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 moreSource§impl Debug for TimelineData
impl Debug for TimelineData
Source§impl Default for TimelineData
impl Default for TimelineData
Source§fn default() -> TimelineData
fn default() -> TimelineData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TimelineData
impl RefUnwindSafe for TimelineData
impl Send for TimelineData
impl Sync for TimelineData
impl Unpin for TimelineData
impl UnwindSafe for TimelineData
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