Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerocopy/src/
Derror.rs413 pub struct SizeError<Src, Dst: ?Sized> { struct
420 impl<Src, Dst: ?Sized> SizeError<Src, Dst> { argument
511 impl<Src, Dst: ?Sized> fmt::Debug for SizeError<Src, Dst> { implementation
523 impl<Src, Dst: ?Sized> fmt::Display for SizeError<Src, Dst> implementation
541 impl<Src, Dst: ?Sized> Error for SizeError<Src, Dst> implementation
738 impl<Src, Dst: ?Sized + Unaligned> From<CastError<Src, Dst>> for SizeError<Src, Dst> { implementation