pub enum HCLK0 {
GPIO2,
LPUART2,
GPT2,
}
Variants§
Auto Trait Implementations§
impl Freeze for HCLK0
impl RefUnwindSafe for HCLK0
impl Send for HCLK0
impl Sync for HCLK0
impl Unpin for HCLK0
impl UnwindSafe for HCLK0
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