Struct ash::vk::NativeBufferANDROID [−][src]
#[repr(C)]pub struct NativeBufferANDROID { pub s_type: StructureType, pub p_next: *const c_void, pub handle: *const c_void, pub stride: c_int, pub format: c_int, pub usage: c_int, pub usage2: NativeBufferUsage2ANDROID, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle: *const c_voidstride: c_intformat: c_intusage: c_intusage2: NativeBufferUsage2ANDROIDImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NativeBufferANDROID
impl !Send for NativeBufferANDROID
impl !Sync for NativeBufferANDROID
impl Unpin for NativeBufferANDROID
impl UnwindSafe for NativeBufferANDROID
Blanket Implementations
Mutably borrows from an owned value. Read more