Module assembly_core::buffer

source ·
Expand description

Reading data directly from a buffer

Structs

Enums

  • Errors from casting a minimally-aligned type

Traits

  • Additional methods on byte slices
  • Asserts that the type has a minimal ABI alignment of 1
  • Similar to From<&U> for T

Functions