#[repr(C)]pub struct VkExternalFormatQNX {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub externalFormat: u64,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§externalFormat: u64Trait Implementations§
Source§impl Clone for VkExternalFormatQNX
impl Clone for VkExternalFormatQNX
Source§fn clone(&self) -> VkExternalFormatQNX
fn clone(&self) -> VkExternalFormatQNX
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 moreimpl Copy for VkExternalFormatQNX
Auto Trait Implementations§
impl Freeze for VkExternalFormatQNX
impl RefUnwindSafe for VkExternalFormatQNX
impl !Send for VkExternalFormatQNX
impl !Sync for VkExternalFormatQNX
impl Unpin for VkExternalFormatQNX
impl UnwindSafe for VkExternalFormatQNX
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