Struct screen_13::prelude::vk::BaseOutStructure
source · pub struct BaseOutStructure {
pub s_type: StructureType,
pub p_next: *mut BaseOutStructure,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut BaseOutStructureTrait Implementations§
source§impl Clone for BaseOutStructure
impl Clone for BaseOutStructure
source§fn clone(&self) -> BaseOutStructure
fn clone(&self) -> BaseOutStructure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BaseOutStructure
impl Debug for BaseOutStructure
source§impl Default for BaseOutStructure
impl Default for BaseOutStructure
source§fn default() -> BaseOutStructure
fn default() -> BaseOutStructure
Returns the “default value” for a type. Read more