Struct esp_idf_sys::ETSEventTag
source · #[repr(C)]pub struct ETSEventTag {
pub sig: ETSSignal,
pub par: ETSParam,
}
Fields§
§sig: ETSSignal
< Event signal, in same task, different Event with different signal
par: ETSParam
< Event parameter, sometimes without usage, then will be set as 0
Trait Implementations§
source§impl Clone for ETSEventTag
impl Clone for ETSEventTag
source§fn clone(&self) -> ETSEventTag
fn clone(&self) -> ETSEventTag
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ETSEventTag
impl Debug for ETSEventTag
source§impl Default for ETSEventTag
impl Default for ETSEventTag
source§fn default() -> ETSEventTag
fn default() -> ETSEventTag
Returns the “default value” for a type. Read more
impl Copy for ETSEventTag
Auto Trait Implementations§
impl Freeze for ETSEventTag
impl RefUnwindSafe for ETSEventTag
impl Send for ETSEventTag
impl Sync for ETSEventTag
impl Unpin for ETSEventTag
impl UnwindSafe for ETSEventTag
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
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)