Searched defs:SizeError (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/zerocopy/src/ |
D | error.rs | 413 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
|