Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/src/
Dpod.rs81 unsafe impl<T: Pod> Pod for core::mem::ManuallyDrop<T> {} implementation
Dzeroable.rs73 unsafe impl<T: Zeroable> Zeroable for core::mem::ManuallyDrop<T> {} implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/src/
Dpod.rs81 unsafe impl<T: Pod> Pod for core::mem::ManuallyDrop<T> {} implementation
Dzeroable.rs73 unsafe impl<T: Zeroable> Zeroable for core::mem::ManuallyDrop<T> {} implementation
/external/rust/android-crates-io/crates/bytemuck/src/
Dpod.rs84 unsafe impl<T: Pod> Pod for core::mem::ManuallyDrop<T> {} implementation
Dzeroable.rs75 unsafe impl<T: Zeroable> Zeroable for core::mem::ManuallyDrop<T> {} implementation
/external/rust/android-crates-io/crates/tracing/src/
Dinstrument.rs366 let inner: *const ManuallyDrop<T> = &this.inner; in into_inner() constant
/external/rust/android-crates-io/crates/zerocopy/src/util/
Dmod.rs173 unsafe impl<T: ?Sized, I: Invariants> TransparentWrapper<I> for ManuallyDrop<T> { implementation
/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs3593 ManuallyDrop, enumerator