#[repr(C)]pub struct IOSSurfaceCreateInfoMVK {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: IOSSurfaceCreateFlagsMVK,
pub pView: *const c_void,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: IOSSurfaceCreateFlagsMVK
§pView: *const c_void
Auto Trait Implementations§
impl Freeze for IOSSurfaceCreateInfoMVK
impl RefUnwindSafe for IOSSurfaceCreateInfoMVK
impl !Send for IOSSurfaceCreateInfoMVK
impl !Sync for IOSSurfaceCreateInfoMVK
impl Unpin for IOSSurfaceCreateInfoMVK
impl UnwindSafe for IOSSurfaceCreateInfoMVK
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