Struct ash::vk::definitions::ExternalFormatQNX
source · #[repr(C)]pub struct ExternalFormatQNX<'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> ExternalFormatQNX<'a>
impl<'a> ExternalFormatQNX<'a>
pub fn external_format(self, external_format: u64) -> Self
Trait Implementations§
source§impl<'a> Clone for ExternalFormatQNX<'a>
impl<'a> Clone for ExternalFormatQNX<'a>
source§fn clone(&self) -> ExternalFormatQNX<'a>
fn clone(&self) -> ExternalFormatQNX<'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 ExternalFormatQNX<'a>
impl<'a> Debug for ExternalFormatQNX<'a>
source§impl Default for ExternalFormatQNX<'_>
impl Default for ExternalFormatQNX<'_>
source§impl<'a> TaggedStructure for ExternalFormatQNX<'a>
impl<'a> TaggedStructure for ExternalFormatQNX<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_FORMAT_QNX
impl<'a> Copy for ExternalFormatQNX<'a>
impl ExtendsImageCreateInfo for ExternalFormatQNX<'_>
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatQNX<'_>
impl Send for ExternalFormatQNX<'_>
impl Sync for ExternalFormatQNX<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExternalFormatQNX<'a>
impl<'a> RefUnwindSafe for ExternalFormatQNX<'a>
impl<'a> Unpin for ExternalFormatQNX<'a>
impl<'a> UnwindSafe for ExternalFormatQNX<'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