Struct unity_native_plugin_sys::VkMemoryRequirements [−][src]
#[repr(C)]pub struct VkMemoryRequirements {
pub size: VkDeviceSize,
pub alignment: VkDeviceSize,
pub memoryTypeBits: u32,
}
Fields
size: VkDeviceSize
alignment: VkDeviceSize
memoryTypeBits: u32
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkMemoryRequirements
impl Send for VkMemoryRequirements
impl Sync for VkMemoryRequirements
impl Unpin for VkMemoryRequirements
impl UnwindSafe for VkMemoryRequirements
Blanket Implementations
Mutably borrows from an owned value. Read more