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