Struct UnifiedLoggerRead
pub struct UnifiedLoggerRead { /* private fields */ }
Expand description
A read side of the datalogger.
Implementations§
§impl UnifiedLoggerRead
impl UnifiedLoggerRead
pub fn new(base_file_path: &Path) -> Result<UnifiedLoggerRead, Error>
pub fn read_next_section_type( &mut self, datalogtype: UnifiedLogType, ) -> Result<Option<Vec<u8>>, CuError>
pub fn read_section(&mut self) -> Result<Vec<u8>, CuError>
pub fn read_section(&mut self) -> Result<Vec<u8>, CuError>
Reads the section from the section header pos.
Auto Trait Implementations§
impl Freeze for UnifiedLoggerRead
impl RefUnwindSafe for UnifiedLoggerRead
impl Send for UnifiedLoggerRead
impl Sync for UnifiedLoggerRead
impl Unpin for UnifiedLoggerRead
impl UnwindSafe for UnifiedLoggerRead
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