Struct esp_idf_svc::eventloop::User
source · pub struct User<T>(/* private fields */);
Trait Implementations§
impl Send for User<Background>
impl Send for User<Explicit>
impl Sync for User<Background>
impl Sync for User<Explicit>
Auto Trait Implementations§
impl<T> Freeze for User<T>
impl<T> RefUnwindSafe for User<T>
impl<T> !Send for User<T>
impl<T> !Sync for User<T>
impl<T> Unpin for User<T>
impl<T> UnwindSafe for User<T>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)