Lines Matching refs:Alignment
157 Alignment(A), enumerator
202 ConvertError::Alignment(e) => { in from()
204 return ConvertError::Alignment(Infallible::from(e)); in from()
216 Self::Alignment(e) => f.debug_tuple("Alignment").field(e).finish(), in fmt()
232 Self::Alignment(e) => e.fmt(f), in fmt()
310 ConvertError::Alignment(self) in into()
426 Self::Alignment(err) in from()
737 Self::Alignment(e) => e.src, in into_src()
746 Self::Alignment(e) => CastError::Alignment(e.with_src(new_src)), in with_src()
776 Self::Alignment(e) => CastError::Alignment(e.map_src(f)), in map_src()
788 Self::Alignment(e) => TryCastError::Alignment(e), in into()
856 CastError::Alignment(e) => match Infallible::from(e) {}, in from()
882 Self::Alignment(e) => e.src, in into_src()
914 Self::Alignment(e) => TryCastError::Alignment(e.map_src(f)), in map_src()
925 CastError::Alignment(e) => Self::Alignment(e), in from()
948 Self::Alignment(i) => match i {}, in into_src()
980 Self::Alignment(i) => match i {}, in map_src()
1215 > = ConvertError::Alignment(AlignmentError::new_checked(&[0u8])); in test_convert_error_debug()
1276 > = ConvertError::Alignment(AlignmentError::new_checked(&[0u8])); in test_convert_error_display_debug_more()
1309 ConvertError::Alignment(_) => {} in test_alignment_error_methods()