[roll] Roll fuchsia [network] Match admin Control extension to FIDL

fidl_fuchsia_net_interfaces_ext::admin::Control is meant to be a wrapper
around the FIDL proxy providing good errors around termination reason.
It looks like the FIDL bindings have evolved under it, lifting
unnecessary mutability requirements and the extension crate was left
behind.

Amend the divergence by matching all the extension type method
signatures to the FIDL bindings', getting rid of unnecessary mutable
borrows all around.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/990374
Original-Revision: 0b5b215c76617fbec8a6af0aad42f6db816ee28d
GitOrigin-RevId: 778d5c038a17c77c88869def70bc6dff901da47c
Change-Id: I9e2a380beae32f264189fd58bb291e1927abfec3
1 file changed
tree: 00a03d63174cbe79d8e10caa544ac602dc166371
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.