#[repr(C)]pub struct ETSEventTag {
pub sig: u32,
pub par: u32,
}
Fields§
§sig: u32
< Event signal, in same task, different Event with different signal
par: u32
< 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,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)