#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExportMetalObjectsInfoEXT
Source§impl Debug for ExportMetalObjectsInfoEXT
impl Debug for ExportMetalObjectsInfoEXT
Source§impl Default for ExportMetalObjectsInfoEXT
impl Default for ExportMetalObjectsInfoEXT
impl Eq for ExportMetalObjectsInfoEXT
Source§impl Hash for ExportMetalObjectsInfoEXT
impl Hash for ExportMetalObjectsInfoEXT
Source§impl PartialEq for ExportMetalObjectsInfoEXT
impl PartialEq for ExportMetalObjectsInfoEXT
Source§fn eq(&self, other: &ExportMetalObjectsInfoEXT) -> bool
fn eq(&self, other: &ExportMetalObjectsInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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