#[repr(C)]pub struct LayerDeviceInfo {
pub p_device_info: *mut c_void,
pub pfn_next_get_instance_proc_addr: Option<PFN_vkGetInstanceProcAddr>,
}
Fields§
§p_device_info: *mut c_void
§pfn_next_get_instance_proc_addr: Option<PFN_vkGetInstanceProcAddr>
Trait Implementations§
Source§impl Clone for LayerDeviceInfo
impl Clone for LayerDeviceInfo
Source§fn clone(&self) -> LayerDeviceInfo
fn clone(&self) -> LayerDeviceInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LayerDeviceInfo
Auto Trait Implementations§
impl Freeze for LayerDeviceInfo
impl RefUnwindSafe for LayerDeviceInfo
impl !Send for LayerDeviceInfo
impl !Sync for LayerDeviceInfo
impl Unpin for LayerDeviceInfo
impl UnwindSafe for LayerDeviceInfo
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