Struct ash::vk::AndroidHardwareBufferUsageANDROID [−][src]
#[repr(C)]pub struct AndroidHardwareBufferUsageANDROID { pub s_type: StructureType, pub p_next: *mut c_void, pub android_hardware_buffer_usage: u64, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
android_hardware_buffer_usage: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for AndroidHardwareBufferUsageANDROID
impl !Sync for AndroidHardwareBufferUsageANDROID
impl Unpin for AndroidHardwareBufferUsageANDROID
Blanket Implementations
Mutably borrows from an owned value. Read more