Skip to main content

Four

Type Alias Four 

Source
pub type Four = TwoTo<2>;
Expand description

Alignment to 4 bytes, same as u32/i32.

§Examples

use aligners::alignment::{self, Alignment};

assert_eq!(4, alignment::Four::size());

Aliased Type§

pub enum Four {}