#[repr(transparent)]pub struct SendCnf(pub u32);
Expand description
Description collection: Send event configuration for TASKS_SEND[n]
Tuple Fields§
§0: u32
Implementations§
Source§impl SendCnf
impl SendCnf
Sourcepub fn set_chen10(&mut self, val: bool)
pub fn set_chen10(&mut self, val: bool)
Enable broadcasting on IPC channel 10
Sourcepub fn set_chen11(&mut self, val: bool)
pub fn set_chen11(&mut self, val: bool)
Enable broadcasting on IPC channel 11
Sourcepub fn set_chen12(&mut self, val: bool)
pub fn set_chen12(&mut self, val: bool)
Enable broadcasting on IPC channel 12
Sourcepub fn set_chen13(&mut self, val: bool)
pub fn set_chen13(&mut self, val: bool)
Enable broadcasting on IPC channel 13
Sourcepub fn set_chen14(&mut self, val: bool)
pub fn set_chen14(&mut self, val: bool)
Enable broadcasting on IPC channel 14
Sourcepub fn set_chen15(&mut self, val: bool)
pub fn set_chen15(&mut self, val: bool)
Enable broadcasting on IPC channel 15
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
)