#[repr(C)]pub struct MetalSurfaceCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: MetalSurfaceCreateFlagsEXT,
pub p_layer: *const c_void,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: MetalSurfaceCreateFlagsEXTp_layer: *const c_voidImplementations
sourceimpl MetalSurfaceCreateInfoEXT
impl MetalSurfaceCreateInfoEXT
pub fn builder<'a>() -> MetalSurfaceCreateInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for MetalSurfaceCreateInfoEXT
impl Clone for MetalSurfaceCreateInfoEXT
sourcefn clone(&self) -> MetalSurfaceCreateInfoEXT
fn clone(&self) -> MetalSurfaceCreateInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MetalSurfaceCreateInfoEXT
impl Debug for MetalSurfaceCreateInfoEXT
sourceimpl Default for MetalSurfaceCreateInfoEXT
impl Default for MetalSurfaceCreateInfoEXT
sourcefn default() -> MetalSurfaceCreateInfoEXT
fn default() -> MetalSurfaceCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for MetalSurfaceCreateInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for MetalSurfaceCreateInfoEXT
impl !Send for MetalSurfaceCreateInfoEXT
impl !Sync for MetalSurfaceCreateInfoEXT
impl Unpin for MetalSurfaceCreateInfoEXT
impl UnwindSafe for MetalSurfaceCreateInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more