#[repr(C)]pub struct ExportMetalObjectsInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
}Expand description
Fields§
§s_type: StructureType§next: *const c_voidTrait Implementations§
Source§impl Clone for ExportMetalObjectsInfoEXT
impl Clone for ExportMetalObjectsInfoEXT
Source§fn clone(&self) -> ExportMetalObjectsInfoEXT
fn clone(&self) -> ExportMetalObjectsInfoEXT
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 ExportMetalObjectsInfoEXT
impl Debug for ExportMetalObjectsInfoEXT
Source§impl Default for ExportMetalObjectsInfoEXT
impl Default for ExportMetalObjectsInfoEXT
Source§impl Hash for ExportMetalObjectsInfoEXT
impl Hash for ExportMetalObjectsInfoEXT
impl Copy for ExportMetalObjectsInfoEXT
impl Eq for ExportMetalObjectsInfoEXT
impl Send for ExportMetalObjectsInfoEXT
impl StructuralPartialEq for ExportMetalObjectsInfoEXT
impl Sync for ExportMetalObjectsInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalObjectsInfoEXT
impl RefUnwindSafe 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