#[repr(transparent)]pub struct SendCnf(pub u32);
Expand description
Description collection: Send event configuration for TASKS_SEND[n]
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for SendCnf
impl Eq for SendCnf
impl StructuralPartialEq for SendCnf
Auto Trait Implementations§
impl Freeze for SendCnf
impl RefUnwindSafe for SendCnf
impl Send for SendCnf
impl Sync for SendCnf
impl Unpin for SendCnf
impl UnwindSafe for SendCnf
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)