pub trait PictureReclaimableSurface: PictureState + Sealed { }
Expand description

Represents a state where one can reclaim the underlying Surface for this Picture. This is true when either no decoding has been initiated or, alternatively, when the decoding operation has completed for the underlying vaSurface

Implementors§