pub struct ThreadProviderGuard { /* private fields */ }Implementations§
Source§impl ThreadProviderGuard
impl ThreadProviderGuard
pub fn set(provider: Option<&'static dyn AccelProvider>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreadProviderGuard
impl !RefUnwindSafe for ThreadProviderGuard
impl Send for ThreadProviderGuard
impl Sync for ThreadProviderGuard
impl Unpin for ThreadProviderGuard
impl !UnwindSafe for ThreadProviderGuard
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