pub struct clockbound_ctx { /* private fields */ }
Expand description
The clockbound context given to the caller.
The members of this structure are private to keep this structure opaque. The caller is not meant to rely on the content of this structure, only pass it back to flex the clockbound API. This allow to extend the context with extra information if needed.
Auto Trait Implementations§
impl Freeze for clockbound_ctx
impl RefUnwindSafe for clockbound_ctx
impl !Send for clockbound_ctx
impl !Sync for clockbound_ctx
impl Unpin for clockbound_ctx
impl UnwindSafe for clockbound_ctx
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