Struct ash::vk::ExternalFormatANDROID
source · #[repr(C)]pub struct ExternalFormatANDROID<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_format: u64,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§external_format: u64
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ExternalFormatANDROID<'a>
impl<'a> ExternalFormatANDROID<'a>
pub fn external_format(self, external_format: u64) -> Self
Trait Implementations§
source§impl<'a> Clone for ExternalFormatANDROID<'a>
impl<'a> Clone for ExternalFormatANDROID<'a>
source§fn clone(&self) -> ExternalFormatANDROID<'a>
fn clone(&self) -> ExternalFormatANDROID<'a>
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<'a> Debug for ExternalFormatANDROID<'a>
impl<'a> Debug for ExternalFormatANDROID<'a>
source§impl Default for ExternalFormatANDROID<'_>
impl Default for ExternalFormatANDROID<'_>
source§impl<'a> TaggedStructure for ExternalFormatANDROID<'a>
impl<'a> TaggedStructure for ExternalFormatANDROID<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_FORMAT_ANDROID
impl<'a> Copy for ExternalFormatANDROID<'a>
impl ExtendsAttachmentDescription2 for ExternalFormatANDROID<'_>
impl ExtendsCommandBufferInheritanceInfo for ExternalFormatANDROID<'_>
impl ExtendsGraphicsPipelineCreateInfo for ExternalFormatANDROID<'_>
impl ExtendsImageCreateInfo for ExternalFormatANDROID<'_>
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatANDROID<'_>
impl Send for ExternalFormatANDROID<'_>
impl Sync for ExternalFormatANDROID<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExternalFormatANDROID<'a>
impl<'a> RefUnwindSafe for ExternalFormatANDROID<'a>
impl<'a> Unpin for ExternalFormatANDROID<'a>
impl<'a> UnwindSafe for ExternalFormatANDROID<'a>
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