#[repr(C)]pub struct LayerInstanceCreateInfoLayerDevice {
pub pfn_layer_create_device: Option<PFN_vkLayerCreateDevice>,
pub pfn_layer_destroy_device: Option<PFN_vkLayerDestroyDevice>,
}Fields§
§pfn_layer_create_device: Option<PFN_vkLayerCreateDevice>§pfn_layer_destroy_device: Option<PFN_vkLayerDestroyDevice>Trait Implementations§
Source§impl Clone for LayerInstanceCreateInfoLayerDevice
impl Clone for LayerInstanceCreateInfoLayerDevice
Source§fn clone(&self) -> LayerInstanceCreateInfoLayerDevice
fn clone(&self) -> LayerInstanceCreateInfoLayerDevice
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 LayerInstanceCreateInfoLayerDevice
Auto Trait Implementations§
impl Freeze for LayerInstanceCreateInfoLayerDevice
impl RefUnwindSafe for LayerInstanceCreateInfoLayerDevice
impl Send for LayerInstanceCreateInfoLayerDevice
impl Sync for LayerInstanceCreateInfoLayerDevice
impl Unpin for LayerInstanceCreateInfoLayerDevice
impl UnwindSafe for LayerInstanceCreateInfoLayerDevice
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