Constant loupe::POINTER_BYTE_SIZE[][src]

pub const POINTER_BYTE_SIZE: usize = if cfg!(target_pointer_width = "16") {
    2
} else if cfg!(target_pointer_width = "32") {
    4
} else {
    8
}; // 0x0000_0000_0000_0008usize
Expand description

Size of a pointer for the compilation target.