pub enum INT13W {
_0,
_1,
}Expand description
Values that can be written to the field INT13
Variants§
_0
The interrupt request for corresponding channel is cleared
_1
The interrupt request for corresponding channel is active
Auto Trait Implementations§
impl Freeze for INT13W
impl RefUnwindSafe for INT13W
impl Send for INT13W
impl Sync for INT13W
impl Unpin for INT13W
impl UnwindSafe for INT13W
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