Struct salsa_2022::function::Config
source · [−]pub struct Config<const C: usize>(_);
Expand description
This type is used to make configuration types for the functions in entities;
e.g. you can do Config<X, 0>
and Config<X, 1>
.
Auto Trait Implementations
impl<const C: usize> RefUnwindSafe for Config<C>
impl<const C: usize> Send for Config<C>
impl<const C: usize> Sync for Config<C>
impl<const C: usize> Unpin for Config<C>
impl<const C: usize> UnwindSafe for Config<C>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more