#[repr(C)]pub struct LayerDeviceLink {
pub next: *mut Self,
pub next_get_instance_proc_addr: PFN_vkGetInstanceProcAddr,
pub next_get_device_proc_addr: PFN_vkGetDeviceProcAddr,
}Fields§
§next: *mut Self§next_get_instance_proc_addr: PFN_vkGetInstanceProcAddr§next_get_device_proc_addr: PFN_vkGetDeviceProcAddrTrait 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 moreSource§impl Debug for LayerDeviceLink
impl Debug for LayerDeviceLink
impl 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