v4l
0.16.6
Unique
Id
Required Associated Types
Target
Required Methods
unique_id
Implementations on Foreign Types
RwLock<T>
Implementors
In v4l::
io::
dmabuf::
arena
Trait
v4l
::
io
::
dmabuf
::
arena
::
UniqueId
Copy item path
source
·
[
−
]
trait UniqueId { type
Target
; // Required method fn
unique_id
(&self) -> Self::
Target
; }
Required Associated Types
§
source
type
Target
Required Methods
§
source
fn
unique_id
(&self) -> Self::
Target
Implementations on Foreign Types
§
source
§
impl<T>
UniqueId
for RwLock<T>
source
§
type
Target
=
*mut T
source
§
fn
unique_id
(&self) ->
*mut T
Implementors
§