#[repr(transparent)]pub struct Send(pub u32);
Expand description
The task overflow for SEND tasks using SUBSCRIBE_SEND. Write 0 to clear.
Tuple Fields§
§0: u32
Implementations§
Source§impl Send
impl Send
Sourcepub fn set_send_0(&mut self, val: bool)
pub fn set_send_0(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[0].
Sourcepub fn set_send_1(&mut self, val: bool)
pub fn set_send_1(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[1].
Sourcepub fn set_send_2(&mut self, val: bool)
pub fn set_send_2(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[2].
Sourcepub fn set_send_3(&mut self, val: bool)
pub fn set_send_3(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[3].
Sourcepub fn set_send_4(&mut self, val: bool)
pub fn set_send_4(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[4].
Sourcepub fn set_send_5(&mut self, val: bool)
pub fn set_send_5(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[5].
Sourcepub fn set_send_6(&mut self, val: bool)
pub fn set_send_6(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[6].
Sourcepub fn set_send_7(&mut self, val: bool)
pub fn set_send_7(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[7].
Sourcepub fn set_send_8(&mut self, val: bool)
pub fn set_send_8(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[8].
Sourcepub fn set_send_9(&mut self, val: bool)
pub fn set_send_9(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[9].
Sourcepub fn set_send_10(&mut self, val: bool)
pub fn set_send_10(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[10].
Sourcepub fn set_send_11(&mut self, val: bool)
pub fn set_send_11(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[11].
Sourcepub fn set_send_12(&mut self, val: bool)
pub fn set_send_12(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[12].
Sourcepub fn set_send_13(&mut self, val: bool)
pub fn set_send_13(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[13].
Sourcepub fn set_send_14(&mut self, val: bool)
pub fn set_send_14(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[14].
Sourcepub fn set_send_15(&mut self, val: bool)
pub fn set_send_15(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[15].
Sourcepub fn set_send_16(&mut self, val: bool)
pub fn set_send_16(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[16].
Sourcepub fn set_send_17(&mut self, val: bool)
pub fn set_send_17(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[17].
Sourcepub fn set_send_18(&mut self, val: bool)
pub fn set_send_18(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[18].
Sourcepub fn set_send_19(&mut self, val: bool)
pub fn set_send_19(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[19].
Sourcepub fn set_send_20(&mut self, val: bool)
pub fn set_send_20(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[20].
Sourcepub fn set_send_21(&mut self, val: bool)
pub fn set_send_21(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[21].
Sourcepub fn set_send_22(&mut self, val: bool)
pub fn set_send_22(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[22].
Sourcepub fn set_send_23(&mut self, val: bool)
pub fn set_send_23(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[23].
Sourcepub fn set_send_24(&mut self, val: bool)
pub fn set_send_24(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[24].
Sourcepub fn set_send_25(&mut self, val: bool)
pub fn set_send_25(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[25].
Sourcepub fn set_send_26(&mut self, val: bool)
pub fn set_send_26(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[26].
Sourcepub fn set_send_27(&mut self, val: bool)
pub fn set_send_27(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[27].
Sourcepub fn set_send_28(&mut self, val: bool)
pub fn set_send_28(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[28].
Sourcepub fn set_send_29(&mut self, val: bool)
pub fn set_send_29(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[29].
Sourcepub fn set_send_30(&mut self, val: bool)
pub fn set_send_30(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[30].
Sourcepub fn set_send_31(&mut self, val: bool)
pub fn set_send_31(&mut self, val: bool)
The status for tasks overflow at SUBSCRIBE_SEND[31].
Trait Implementations§
impl Copy for Send
impl Eq for Send
impl StructuralPartialEq for Send
Auto Trait Implementations§
impl Freeze for Send
impl RefUnwindSafe for Send
impl Send for Send
impl Sync for Send
impl Unpin for Send
impl UnwindSafe for Send
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)