Struct stm32_metapac::syscfg::regs::Itline19
#[repr(transparent)]pub struct Itline19(pub u32);
Expand description
SYSCFG interrupt line 19 status register
Tuple Fields§
§0: u32
Implementations§
§impl Itline19
impl Itline19
pub fn set_lptim3(&mut self, val: bool)
pub fn set_lptim3(&mut self, val: bool)
Low-power timer 3 interrupt request pending
Trait Implementations§
impl Copy for Itline19
impl Eq for Itline19
impl StructuralPartialEq for Itline19
Auto Trait Implementations§
impl Freeze for Itline19
impl RefUnwindSafe for Itline19
impl Send for Itline19
impl Sync for Itline19
impl Unpin for Itline19
impl UnwindSafe for Itline19
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
)