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