pub struct DataBlock {
pub transition_times: Vec<i64>,
pub transition_types: Vec<u8>,
pub local_time_types: Vec<LocalTimeType>,
pub designations: Vec<u8>,
pub leap_seconds: Vec<LeapSecond>,
pub standard_wall_indicators: Vec<bool>,
pub ut_local_indicators: Vec<bool>,
}Fields§
§transition_times: Vec<i64>§transition_types: Vec<u8>§local_time_types: Vec<LocalTimeType>§designations: Vec<u8>§leap_seconds: Vec<LeapSecond>§standard_wall_indicators: Vec<bool>§ut_local_indicators: Vec<bool>Implementations§
Trait Implementations§
impl Eq for DataBlock
impl StructuralPartialEq for DataBlock
Auto Trait Implementations§
impl Freeze for DataBlock
impl RefUnwindSafe for DataBlock
impl Send for DataBlock
impl Sync for DataBlock
impl Unpin for DataBlock
impl UnsafeUnpin for DataBlock
impl UnwindSafe for DataBlock
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