Home
last modified time | relevance | path

Searched defs:SendablePtr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/crates/v4l2r/ffi/src/
Ddecoder.rs237 struct SendablePtr<T>(*mut T); struct
238 impl<T> Clone for SendablePtr<T> { implementation
243 impl<T> Copy for SendablePtr<T> {} implementation
244 unsafe impl<T> Send for SendablePtr<T> {} implementation
245 unsafe impl<T> Sync for SendablePtr<T> {} implementation