pub struct InlineTimers;Expand description
Inline timer configuration — stores handlers in a fixed-size buffer.
Panics if a handler exceeds the buffer size (256 bytes). Realistic timer callbacks (0-2 resources + context) are 24-96 bytes.
Trait Implementations§
Source§impl TimerConfig for InlineTimers
Available on crate feature smartptr only.
impl TimerConfig for InlineTimers
Available on crate feature
smartptr only.Auto Trait Implementations§
impl Freeze for InlineTimers
impl RefUnwindSafe for InlineTimers
impl Send for InlineTimers
impl Sync for InlineTimers
impl Unpin for InlineTimers
impl UnsafeUnpin for InlineTimers
impl UnwindSafe for InlineTimers
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