pub struct LazySetup { /* private fields */ }Expand description
Values and retained state prepared for an image’s lazy PLT runtime.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LazySetup
impl !UnwindSafe for LazySetup
impl Freeze for LazySetup
impl Send for LazySetup
impl Sync for LazySetup
impl Unpin for LazySetup
impl UnsafeUnpin for LazySetup
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