Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerovec/src/
Dcow.rs46 struct RawVarZeroCow { struct
63 impl Drop for RawVarZeroCow { argument
77 unsafe impl Send for RawVarZeroCow {} implementation
78 unsafe impl Sync for RawVarZeroCow {} implementation
80 impl Clone for RawVarZeroCow { implementation
230 impl RawVarZeroCow { impl