Lines Matching full:bounds

169     /// The range `[address..address + size_of::<T>()]` must be within the bounds of `Self`.
176 /// The range `[address..address + size_of::<T>()]` must be within the bounds of `Self`.
263 /// Fallible 8-bit read with runtime bounds check.
272 /// Fallible 16-bit read with runtime bounds check.
281 /// Fallible 32-bit read with runtime bounds check.
290 /// Fallible 64-bit read with runtime bounds check.
299 /// Fallible 8-bit write with runtime bounds check.
308 /// Fallible 16-bit write with runtime bounds check.
317 /// Fallible 32-bit write with runtime bounds check.
326 /// Fallible 64-bit write with runtime bounds check.
335 /// Infallible 8-bit read with compile-time bounds check.
344 /// Infallible 16-bit read with compile-time bounds check.
353 /// Infallible 32-bit read with compile-time bounds check.
362 /// Infallible 64-bit read with compile-time bounds check.
371 /// Infallible 8-bit write with compile-time bounds check.
380 /// Infallible 16-bit write with compile-time bounds check.
389 /// Infallible 32-bit write with compile-time bounds check.
398 /// Infallible 64-bit write with compile-time bounds check.
407 /// Generic fallible read with runtime bounds check.
441 /// Generic fallible write with runtime bounds check.
521 /// Generic fallible update with runtime bounds check.
561 /// Generic infallible read with compile-time bounds check.
593 /// Generic infallible write with compile-time bounds check.
668 /// Generic infallible update with compile-time bounds check.
710 /// enabling the use of infallible I/O accessors with compile-time bounds checking.