#[repr(C)]pub union LayerDeviceCreateInfoPayload {
pub layer_info: *mut LayerDeviceLink,
pub set_device_loader_data: PFN_vkSetDeviceLoaderData,
}Fields§
§layer_info: *mut LayerDeviceLink§set_device_loader_data: PFN_vkSetDeviceLoaderDataTrait Implementations§
Source§impl Clone for LayerDeviceCreateInfoPayload
impl Clone for LayerDeviceCreateInfoPayload
Source§fn clone(&self) -> LayerDeviceCreateInfoPayload
fn clone(&self) -> LayerDeviceCreateInfoPayload
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 LayerDeviceCreateInfoPayload
impl Debug for LayerDeviceCreateInfoPayload
impl Copy for LayerDeviceCreateInfoPayload
Auto Trait Implementations§
impl Freeze for LayerDeviceCreateInfoPayload
impl RefUnwindSafe for LayerDeviceCreateInfoPayload
impl !Send for LayerDeviceCreateInfoPayload
impl !Sync for LayerDeviceCreateInfoPayload
impl Unpin for LayerDeviceCreateInfoPayload
impl UnwindSafe for LayerDeviceCreateInfoPayload
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