Crate fuchsia_scenic

Source

Modules§

flatland

Structs§

BufferCollectionTokenPair
ViewRefPair
ViewTokenPair

Enums§

DisplayRotation

Functions§

duplicate_buffer_collection_import_token
Given a Scenic BufferCollectionImportToken, returns a new version which has been duplicated.
duplicate_buffer_collection_token
Calls BufferCollectionToken.Duplicate() on the provided token, passing the server end of a newly-instantiated channel. Then, calls Sync() on the provided token, so that the returned token is safe to use immediately (i.e. the server has acknowledged that the duplication has occurred).
duplicate_view_ref
Given a ViewRef, returns a new version which has been duplicated.