Home
last modified time | relevance | path

Searched refs:Destruct (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/rust/alloc/
Dboxed.rs148 use core::marker::{Destruct, Unpin, Unsize};
363 A: ~const Allocator + ~const Destruct, in new_in() argument
392 T: ~const Destruct, in try_new_in() argument
393 A: ~const Allocator + ~const Destruct, in try_new_in() argument
429 A: ~const Allocator + ~const Destruct, in new_uninit_in() argument
467 A: ~const Allocator + ~const Destruct, in try_new_uninit_in() argument
501 A: ~const Allocator + ~const Destruct, in new_zeroed_in() argument
539 A: ~const Allocator + ~const Destruct, in try_new_zeroed_in() argument
555 A: 'static + ~const Allocator + ~const Destruct, in pin_in() argument
586 Self: ~const Destruct, in into_inner() argument
Dalloc.rs19 use core::marker::Destruct;
336 pub(crate) const unsafe fn box_free<T: ?Sized, A: ~const Allocator + ~const Destruct>( in box_free()