Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/vec/
Dset_len_on_drop.rs8 pub(super) struct SetLenOnDrop<'a> { struct
13 impl<'a> SetLenOnDrop<'a> { implementation
30 impl Drop for SetLenOnDrop<'_> { implementation