Trait v4l::io::dmabuf::arena::UniqueId

source ·
trait UniqueId {
    type Target;

    // Required method
    fn unique_id(&self) -> Self::Target;
}

Required Associated Types§

Required Methods§

source

fn unique_id(&self) -> Self::Target

Implementations on Foreign Types§

source§

impl<T> UniqueId for RwLock<T>

Implementors§