pub trait AllocationCreateInfoTrait {
    fn new(
        requirements: MemoryRequirements,
        location: MemoryLocation,
        linear: bool
    ) -> Self; }

Required Methods§

Implementations on Foreign Types§

Implementors§