pub struct SerFile {
pub header: SerHeader,
pub timestamps: Vec<u64>,
/* private fields */
}
Expand description
SER file
Fields§
§header: SerHeader
SER header
timestamps: Vec<u64>
Timestamp in UTC of each frame
Implementations§
Auto Trait Implementations§
impl Freeze for SerFile
impl RefUnwindSafe for SerFile
impl Send for SerFile
impl Sync for SerFile
impl Unpin for SerFile
impl UnwindSafe for SerFile
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