Struct screen_13::prelude::vk::ExternalFormatANDROID
source · pub struct ExternalFormatANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_format: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§external_format: u64Implementations§
source§impl ExternalFormatANDROID
impl ExternalFormatANDROID
pub fn builder<'a>() -> ExternalFormatANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalFormatANDROID
impl Clone for ExternalFormatANDROID
source§fn clone(&self) -> ExternalFormatANDROID
fn clone(&self) -> ExternalFormatANDROID
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 ExternalFormatANDROID
impl Debug for ExternalFormatANDROID
source§impl Default for ExternalFormatANDROID
impl Default for ExternalFormatANDROID
source§fn default() -> ExternalFormatANDROID
fn default() -> ExternalFormatANDROID
Returns the “default value” for a type. Read more