Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/pointer/
H A Dmod.rs397 pub struct CastToUnit; struct
401 unsafe impl<T: ?Sized> Project<T, ()> for CastToUnit { implementation
409 unsafe impl<T: ?Sized> Cast<T, ()> for CastToUnit {} implementation