pub enum EventWindowTime {
IsoSaeReserved(u8),
InfiniteTimeToResponse,
ShortEventWindowTime,
MediumEventWindowTime,
LongEventWindowTime,
PowerWindowTime,
IgnitionWindowTime,
ManufacturerTriggerEventWindowTime,
}Variants§
IsoSaeReserved(u8)
InfiniteTimeToResponse
ShortEventWindowTime
MediumEventWindowTime
LongEventWindowTime
PowerWindowTime
IgnitionWindowTime
ManufacturerTriggerEventWindowTime
Trait Implementations§
Source§impl Clone for EventWindowTime
impl Clone for EventWindowTime
Source§fn clone(&self) -> EventWindowTime
fn clone(&self) -> EventWindowTime
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 moreSource§impl Debug for EventWindowTime
impl Debug for EventWindowTime
Source§impl FrameRead<'_> for EventWindowTime
impl FrameRead<'_> for EventWindowTime
Source§impl FrameWrite for EventWindowTime
impl FrameWrite for EventWindowTime
Source§impl Ord for EventWindowTime
impl Ord for EventWindowTime
Source§fn cmp(&self, other: &EventWindowTime) -> Ordering
fn cmp(&self, other: &EventWindowTime) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventWindowTime
impl PartialEq for EventWindowTime
Source§impl PartialOrd for EventWindowTime
impl PartialOrd for EventWindowTime
impl Eq for EventWindowTime
impl StructuralPartialEq for EventWindowTime
Auto Trait Implementations§
impl Freeze for EventWindowTime
impl RefUnwindSafe for EventWindowTime
impl Send for EventWindowTime
impl Sync for EventWindowTime
impl Unpin for EventWindowTime
impl UnsafeUnpin for EventWindowTime
impl UnwindSafe for EventWindowTime
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