Struct screen_13::prelude::vk::BaseInStructure
source · pub struct BaseInStructure {
pub s_type: StructureType,
pub p_next: *const BaseInStructure,
}Expand description
Fields§
§s_type: StructureType§p_next: *const BaseInStructureTrait Implementations§
source§impl Clone for BaseInStructure
impl Clone for BaseInStructure
source§fn clone(&self) -> BaseInStructure
fn clone(&self) -> BaseInStructure
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 BaseInStructure
impl Debug for BaseInStructure
source§impl Default for BaseInStructure
impl Default for BaseInStructure
source§fn default() -> BaseInStructure
fn default() -> BaseInStructure
Returns the “default value” for a type. Read more