#[repr(C)]pub struct LayerDevice {
pub layer_create_device: PFN_vkLayerCreateDevice,
pub layer_destroy_device: PFN_vkLayerDestroyDevice,
}Fields§
§layer_create_device: PFN_vkLayerCreateDevice§layer_destroy_device: PFN_vkLayerDestroyDeviceTrait Implementations§
Source§impl Clone for LayerDevice
impl Clone for LayerDevice
Source§fn clone(&self) -> LayerDevice
fn clone(&self) -> LayerDevice
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 LayerDevice
impl Debug for LayerDevice
impl Copy for LayerDevice
Auto Trait Implementations§
impl Freeze for LayerDevice
impl RefUnwindSafe for LayerDevice
impl Send for LayerDevice
impl Sync for LayerDevice
impl Unpin for LayerDevice
impl UnwindSafe for LayerDevice
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