#[repr(C)]pub struct ExternalFormatQNX {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_format: u64,
}Expand description
VkExternalFormatQNX
Provided by VK_QNX_external_memory_screen_buffer.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_QNX.
p_next: *mut c_voidOptional, may be null.
external_format: u64Implementations§
Source§impl ExternalFormatQNX
impl ExternalFormatQNX
Sourcepub fn builder<'a>() -> ExternalFormatQNXBuilder<'a>
pub fn builder<'a>() -> ExternalFormatQNXBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalFormatQNX
impl Clone for ExternalFormatQNX
Source§fn clone(&self) -> ExternalFormatQNX
fn clone(&self) -> ExternalFormatQNX
Returns a duplicate 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 ExternalFormatQNX
impl Debug for ExternalFormatQNX
Source§impl Default for ExternalFormatQNX
impl Default for ExternalFormatQNX
Source§fn default() -> ExternalFormatQNX
fn default() -> ExternalFormatQNX
Returns the “default value” for a type. Read more
impl Copy for ExternalFormatQNX
impl ExtendsImageCreateInfo for ExternalFormatQNX
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatQNX
Auto Trait Implementations§
impl Freeze for ExternalFormatQNX
impl RefUnwindSafe for ExternalFormatQNX
impl !Send for ExternalFormatQNX
impl !Sync for ExternalFormatQNX
impl Unpin for ExternalFormatQNX
impl UnsafeUnpin for ExternalFormatQNX
impl UnwindSafe for ExternalFormatQNX
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