Type Alias vulkano::NonZeroDeviceSize

source ·
pub type NonZeroDeviceSize = NonZeroU64;
Expand description

A DeviceSize that is known not to equal zero.

Aliased Type§

struct NonZeroDeviceSize(/* private fields */);

Trait Implementations§

source§

impl From<DeviceAlignment> for NonZeroDeviceSize

source§

fn from(alignment: DeviceAlignment) -> Self

Converts to this type from the input type.