Module musli_zerocopy::endian

source ·
Expand description

Marker types which define a ByteOrder to use.

Macros§

  • A macro that matches $expr to its associated $pat if the current #[cfg(target_endian = "..")] matches $endian and optionally #[cfg(target_pointer_width = “..”)] matches $pointer_width.
  • A macro that picks which $expr to evaluate to based on if the current #[cfg(target_endian = "..")] matches $endian and optionally #[cfg(target_pointer_width = “..”)] matches $pointer_width.

Structs§

Traits§

Functions§

Type Aliases§