Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Derror.rs431 pub struct SizeError<Src, Dst: ?Sized> { struct
438 impl<Src, Dst: ?Sized> SizeError<Src, Dst> { implementation
529 impl<Src: Clone, Dst: ?Sized> Clone for SizeError<Src, Dst> { implementation
536 impl<Src: PartialEq, Dst: ?Sized> PartialEq for SizeError<Src, Dst> { implementation
543 impl<Src: Eq, Dst: ?Sized> Eq for SizeError<Src, Dst> {} implementation
545 impl<Src, Dst: ?Sized> fmt::Debug for SizeError<Src, Dst> { implementation
557 impl<Src, Dst: ?Sized> fmt::Display for SizeError<Src, Dst> implementation
575 impl<Src, Dst: ?Sized> Error for SizeError<Src, Dst> implementation
812 impl<Src, Dst: ?Sized + Unaligned> From<CastError<Src, Dst>> for SizeError<Src, Dst> { implementation