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