Enum atsamd_hal::icm::Region3
source · [−]pub enum Region3 {}
Expand description
ICM Region 3
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Region3
impl Send for Region3
impl Sync for Region3
impl Unpin for Region3
impl UnwindSafe for Region3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more