#[repr(transparent)]pub struct SwEvent0(pub u32);Expand description
Software event 0
Tuple Fields§
§0: u32Implementations§
Source§impl SwEvent0
impl SwEvent0
Sourcepub const fn trigger_sw_event_0(&self) -> u32
pub const fn trigger_sw_event_0(&self) -> u32
Trigger software event 0.
Sourcepub const fn set_trigger_sw_event_0(&mut self, val: u32)
pub const fn set_trigger_sw_event_0(&mut self, val: u32)
Trigger software event 0.
Trait Implementations§
impl Copy for SwEvent0
impl Eq for SwEvent0
impl StructuralPartialEq for SwEvent0
Auto Trait Implementations§
impl Freeze for SwEvent0
impl RefUnwindSafe for SwEvent0
impl Send for SwEvent0
impl Sync for SwEvent0
impl Unpin for SwEvent0
impl UnwindSafe for SwEvent0
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