#[repr(C)]pub union LayerInstanceCreateInfoPayload {
pub layer_info: *mut LayerInstanceLink,
pub set_instance_loader_data: PFN_vkSetInstanceLoaderData,
pub layer_device: LayerDevice,
pub loader_features: LoaderFeatureFlags,
}Fields§
§layer_info: *mut LayerInstanceLink§set_instance_loader_data: PFN_vkSetInstanceLoaderData§layer_device: LayerDevice§loader_features: LoaderFeatureFlagsTrait Implementations§
Source§impl Clone for LayerInstanceCreateInfoPayload
impl Clone for LayerInstanceCreateInfoPayload
Source§fn clone(&self) -> LayerInstanceCreateInfoPayload
fn clone(&self) -> LayerInstanceCreateInfoPayload
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 LayerInstanceCreateInfoPayload
Auto Trait Implementations§
impl Freeze for LayerInstanceCreateInfoPayload
impl RefUnwindSafe for LayerInstanceCreateInfoPayload
impl !Send for LayerInstanceCreateInfoPayload
impl !Sync for LayerInstanceCreateInfoPayload
impl Unpin for LayerInstanceCreateInfoPayload
impl UnwindSafe for LayerInstanceCreateInfoPayload
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