#[repr(C)]pub struct LayerInstanceLink {
pub next: *mut Self,
pub next_get_instance_proc_addr: PFN_vkGetInstanceProcAddr,
pub next_get_physical_device_proc_addr: PFN_vkGetPhysicalDeviceProcAddr,
}Fields§
§next: *mut Self§next_get_instance_proc_addr: PFN_vkGetInstanceProcAddr§next_get_physical_device_proc_addr: PFN_vkGetPhysicalDeviceProcAddrTrait 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 (const: unstable) · 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 !Send for LayerInstanceLink
impl !Sync for LayerInstanceLink
impl Freeze for LayerInstanceLink
impl RefUnwindSafe for LayerInstanceLink
impl Unpin for LayerInstanceLink
impl UnsafeUnpin 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