Struct ash::vk::ExternalFormatANDROID
source · #[repr(C)]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: u64
Implementations§
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§impl TaggedStructure for ExternalFormatANDROID
impl TaggedStructure for ExternalFormatANDROID
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_FORMAT_ANDROID
impl Copy for ExternalFormatANDROID
impl ExtendsImageCreateInfo for ExternalFormatANDROID
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatANDROID
Auto Trait Implementations§
impl Freeze for ExternalFormatANDROID
impl RefUnwindSafe for ExternalFormatANDROID
impl !Send for ExternalFormatANDROID
impl !Sync for ExternalFormatANDROID
impl Unpin for ExternalFormatANDROID
impl UnwindSafe for ExternalFormatANDROID
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more