PadUsize

Type Alias PadUsize 

Source
pub type PadUsize = PadU64;
Expand description

A padding type with the same layout as usize.

PadUsize is a type alias to whichever padding type is the same size as usize.

Aliased Typeยง

pub struct PadUsize(/* private fields */);