Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dwrappers.rs618 pub struct ReadOnly<T: ?Sized> { struct
621 inner: T,
624 impl<T> ReadOnly<T> { impl
640 impl<T: ?Sized> ReadOnly<T> { impl
705 impl<T: ?Sized> SizeEq<T> for ReadOnly<T> { implementation
712 unsafe impl<T: ?Sized> TransmuteFrom<T, Valid, Valid> for ReadOnly<T> {} implementation
718 impl<'a, T: ?Sized + Immutable> From<&'a T> for &'a ReadOnly<T> { implementation
729 impl<T: ?Sized + Immutable> Deref for ReadOnly<T> { implementation
739 impl<T: ?Sized + Immutable> DerefMut for ReadOnly<T> { implementation
746 impl<T: ?Sized + Immutable + Debug> Debug for ReadOnly<T> { implementation
[all …]
/linux/arch/mips/include/asm/fw/arc/
H A Dhinv.h88 ReadOnly = 2, enumerator