pub enum SYSTICKACTW {
_0,
_1,
}Expand description
Values that can be written to the field SYSTICKACT
Variants§
Auto Trait Implementations§
impl Freeze for SYSTICKACTW
impl RefUnwindSafe for SYSTICKACTW
impl Send for SYSTICKACTW
impl Sync for SYSTICKACTW
impl Unpin for SYSTICKACTW
impl UnwindSafe for SYSTICKACTW
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