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