pub struct EventsPregion { /* private fields */ }
Expand description
Peripheral events.
Implementations§
Trait Implementations§
Source§impl Clone for EventsPregion
impl Clone for EventsPregion
Source§fn clone(&self) -> EventsPregion
fn clone(&self) -> EventsPregion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for EventsPregion
impl PartialEq for EventsPregion
impl Copy for EventsPregion
impl Eq for EventsPregion
impl Send for EventsPregion
impl StructuralPartialEq for EventsPregion
impl Sync for EventsPregion
Auto Trait Implementations§
impl Freeze for EventsPregion
impl RefUnwindSafe for EventsPregion
impl Unpin for EventsPregion
impl UnwindSafe for EventsPregion
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
)