Lines Matching full:note
22 #[deprecated(since = "0.8.0", note = "renamed to `Ref::from_bytes`")]
36 #[deprecated(since = "0.8.0", note = "renamed to `Ref::from_prefix`")]
50 #[deprecated(since = "0.8.0", note = "renamed to `Ref::from_suffix`")]
66 …note = "use `Ref::from_bytes`; for `T: Unaligned`, the returned `CastError` implements `Into<SizeE…
83 …note = "use `Ref::from_prefix`; for `T: Unaligned`, the returned `CastError` implements `Into<Size…
100 …note = "use `Ref::from_suffix`; for `T: Unaligned`, the returned `CastError` implements `Into<Size…
115 #[deprecated(since = "0.8.0", note = "`Ref::from_bytes` now supports slices")]
130 …note = "`Ref::from_bytes` now supports slices; for `T: Unaligned`, the returned `CastError` implem…
144 #[deprecated(since = "0.8.0", note = "`Ref::into_ref` now supports slices")]
157 #[deprecated(since = "0.8.0", note = "`Ref::into_mut` now supports slices")]
170 #[deprecated(since = "0.8.0", note = "replaced by `Ref::from_prefix_with_elems`")]
178 #[deprecated(since = "0.8.0", note = "replaced by `Ref::from_suffix_with_elems`")]
194 …note = "use `Ref::from_prefix_with_elems`; for `T: Unaligned`, the returned `CastError` implements…
205 …note = "use `Ref::from_suffix_with_elems`; for `T: Unaligned`, the returned `CastError` implements…