Home
last modified time | relevance | path

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

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