v4l
0.17.6
Unique
Id
Required Associated Types
Target
Required Methods
unique_id
Implementations on Foreign Types
RwLock<T>
Implementors
In v4l::
io::
dmabuf::
arena
v4l
::
io
::
dmabuf
::
arena
Trait
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
§