#[repr(C)]pub struct LayerInstanceLink {
pub p_next: *mut LayerInstanceLink,
pub pfn_next_get_instance_proc_addr: Option<PFN_vkGetInstanceProcAddr>,
pub pfn_next_get_physical_device_proc_addr: Option<PFN_vk_layerGetPhysicalDeviceProcAddr>,
}Fields§
§p_next: *mut LayerInstanceLink§pfn_next_get_instance_proc_addr: Option<PFN_vkGetInstanceProcAddr>§pfn_next_get_physical_device_proc_addr: Option<PFN_vk_layerGetPhysicalDeviceProcAddr>Trait Implementations§
Source§impl Clone for LayerInstanceLink
impl Clone for LayerInstanceLink
Source§fn clone(&self) -> LayerInstanceLink
fn clone(&self) -> LayerInstanceLink
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 LayerInstanceLink
Auto Trait Implementations§
impl Freeze for LayerInstanceLink
impl RefUnwindSafe for LayerInstanceLink
impl !Send for LayerInstanceLink
impl !Sync for LayerInstanceLink
impl Unpin for LayerInstanceLink
impl UnwindSafe for LayerInstanceLink
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