Constant supercow::ext::MAX_INTERNAL_BORROW_DISPLACEMENT [] [src]

pub const MAX_INTERNAL_BORROW_DISPLACEMENT: usize = 2048

The maximum displacement (relative to the start of the object) that a reference pointing into self from an instance of SafeBorrow may have.

This value is deliberately conservative to account for other memory layout factors.