pub struct FlexTimers;Expand description
Flex timer configuration — inline with heap fallback.
Stores inline if the handler fits in 256 bytes, otherwise heap-allocates. No panics.
Trait Implementations§
Source§impl TimerConfig for FlexTimers
Available on crate feature smartptr only.
impl TimerConfig for FlexTimers
Available on crate feature
smartptr only.Auto Trait Implementations§
impl Freeze for FlexTimers
impl RefUnwindSafe for FlexTimers
impl Send for FlexTimers
impl Sync for FlexTimers
impl Unpin for FlexTimers
impl UnsafeUnpin for FlexTimers
impl UnwindSafe for FlexTimers
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