Modules§
Structs§
Enums§
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, callsSync()
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.