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