Struct vulkanalia_sys::BaseOutStructure
source · [−]#[repr(C)]pub struct BaseOutStructure {
pub s_type: StructureType,
pub next: *mut BaseOutStructure,
}Expand description
Fields
s_type: StructureTypenext: *mut BaseOutStructureTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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