#[repr(C, packed(4))]pub struct ErrorLogEntryDefn {
pub length: i32,
pub observation_count: i32,
pub last_observation_timestamp: i64,
pub first_observation_timestamp: i64,
}
Fields§
§length: i32
§observation_count: i32
§last_observation_timestamp: i64
§first_observation_timestamp: i64
Trait Implementations§
Source§impl Clone for ErrorLogEntryDefn
impl Clone for ErrorLogEntryDefn
Source§fn clone(&self) -> ErrorLogEntryDefn
fn clone(&self) -> ErrorLogEntryDefn
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 moreimpl Copy for ErrorLogEntryDefn
Auto Trait Implementations§
impl Freeze for ErrorLogEntryDefn
impl RefUnwindSafe for ErrorLogEntryDefn
impl Send for ErrorLogEntryDefn
impl Sync for ErrorLogEntryDefn
impl Unpin for ErrorLogEntryDefn
impl UnwindSafe for ErrorLogEntryDefn
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