pub struct KlibConfig {
pub before_tests: Option<fn(&'static BootInfo)>,
pub after_tests: Option<fn()>,
}Fields§
§before_tests: Option<fn(&'static BootInfo)>§after_tests: Option<fn()>Implementations§
Source§impl KlibConfig
impl KlibConfig
pub const fn new_default() -> Self
Auto Trait Implementations§
impl Freeze for KlibConfig
impl RefUnwindSafe for KlibConfig
impl Send for KlibConfig
impl Sync for KlibConfig
impl Unpin for KlibConfig
impl UnwindSafe for KlibConfig
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