pub enum DynGclkId {
Gclk0,
Gclk1,
Gclk2,
Gclk3,
Gclk4,
Gclk5,
Gclk6,
Gclk7,
Gclk8,
Gclk9,
Gclk10,
Gclk11,
}
Expand description
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynGclkId
impl RefUnwindSafe for DynGclkId
impl Send for DynGclkId
impl Sync for DynGclkId
impl Unpin for DynGclkId
impl UnwindSafe for DynGclkId
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