v4l::io::dmabuf::arena

Trait 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§