#[repr(C)]pub struct VkExternalFormatOHOS {
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 VkExternalFormatOHOS
impl Clone for VkExternalFormatOHOS
Source§fn clone(&self) -> VkExternalFormatOHOS
fn clone(&self) -> VkExternalFormatOHOS
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 VkExternalFormatOHOS
Auto Trait Implementations§
impl Freeze for VkExternalFormatOHOS
impl RefUnwindSafe for VkExternalFormatOHOS
impl !Send for VkExternalFormatOHOS
impl !Sync for VkExternalFormatOHOS
impl Unpin for VkExternalFormatOHOS
impl UnwindSafe for VkExternalFormatOHOS
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