pub struct TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,{
pub unit: u8,
pub len: L,
}Expand description
Time range.
Fields§
§unit: u8Unit of time range (see Code Table 4.4).
len: LLength of the time range in units defined by unit.
Trait Implementations§
Source§impl<L> Dump for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
impl<L> Dump for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
impl<L> Eq for TimeRange<L>
impl<L> StructuralPartialEq for TimeRange<L>
Source§impl<L> TryFromSlice for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
impl<L> TryFromSlice for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
Source§impl<L> WriteToBuffer for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
impl<L> WriteToBuffer for TimeRange<L>where
L: TryFromSlice + WriteToBuffer + DumpField,
Auto Trait Implementations§
impl<L> Freeze for TimeRange<L>where
L: Freeze,
impl<L> RefUnwindSafe for TimeRange<L>where
L: RefUnwindSafe,
impl<L> Send for TimeRange<L>where
L: Send,
impl<L> Sync for TimeRange<L>where
L: Sync,
impl<L> Unpin for TimeRange<L>where
L: Unpin,
impl<L> UnsafeUnpin for TimeRange<L>where
L: UnsafeUnpin,
impl<L> UnwindSafe for TimeRange<L>where
L: UnwindSafe,
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