Struct ash::vk::ExportMetalObjectsInfoEXT
source · #[repr(C)]pub struct ExportMetalObjectsInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
Implementations§
source§impl ExportMetalObjectsInfoEXT
impl ExportMetalObjectsInfoEXT
pub fn builder<'a>() -> ExportMetalObjectsInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMetalObjectsInfoEXT
impl Clone for ExportMetalObjectsInfoEXT
source§fn clone(&self) -> ExportMetalObjectsInfoEXT
fn clone(&self) -> ExportMetalObjectsInfoEXT
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 Debug for ExportMetalObjectsInfoEXT
impl Debug for ExportMetalObjectsInfoEXT
source§impl Default for ExportMetalObjectsInfoEXT
impl Default for ExportMetalObjectsInfoEXT
source§impl TaggedStructure for ExportMetalObjectsInfoEXT
impl TaggedStructure for ExportMetalObjectsInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_OBJECTS_INFO_EXT
impl Copy for ExportMetalObjectsInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalObjectsInfoEXT
impl RefUnwindSafe for ExportMetalObjectsInfoEXT
impl !Send for ExportMetalObjectsInfoEXT
impl !Sync for ExportMetalObjectsInfoEXT
impl Unpin for ExportMetalObjectsInfoEXT
impl UnwindSafe for ExportMetalObjectsInfoEXT
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