#[repr(transparent)]pub struct E310G003DefaultPeripherals<'a> {
pub e310x: E310xDefaultPeripherals<'a>,
}
Fields§
§e310x: E310xDefaultPeripherals<'a>
Implementations§
Trait Implementations§
Source§impl InterruptService for E310G003DefaultPeripherals<'_>
impl InterruptService for E310G003DefaultPeripherals<'_>
Source§unsafe fn service_interrupt(&self, interrupt: u32) -> bool
unsafe fn service_interrupt(&self, interrupt: u32) -> bool
Service an interrupt, if supported by this chip. If this interrupt
number is not supported, return false.
Auto Trait Implementations§
impl<'a> !Freeze for E310G003DefaultPeripherals<'a>
impl<'a> !RefUnwindSafe for E310G003DefaultPeripherals<'a>
impl<'a> !Send for E310G003DefaultPeripherals<'a>
impl<'a> !Sync for E310G003DefaultPeripherals<'a>
impl<'a> Unpin for E310G003DefaultPeripherals<'a>
impl<'a> !UnwindSafe for E310G003DefaultPeripherals<'a>
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