Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs18 use alloc::boxed::Box;
51 let mut boxed = Self::try_new_uninit_in(Box::allocator(self).clone())?; in try_clone() localVariable
53 boxed.as_mut_ptr().write((**self).clone()); in try_clone()
54 Ok(boxed.assume_init()) in try_clone()
Dlib.rs54 pub use alloc_crate::{borrow, boxed, fmt, format, rc, slice, str, string, vec};
/trusty/user/app/keymint/
Dkeymaster_attributes.rs187 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()
730 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()
990 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()
1168 fn into_any(self: ::std::boxed::Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> { in into_any()
/trusty/user/base/lib/unittest-rust/src/
Dtypes.rs35 use alloc::boxed::Box;