#[repr(transparent)]pub struct VkLayerFunction(pub c_int);Available on crate feature
_test and Windows only.Expand description
Bindings for the C VkLayerFunction type defined in the vk_layer.h file.
Used to distinguish the payload of the loader extension of CreateInfo:
VkLayerDeviceCreateInfo, VkLayerInstanceCreateInfo.
Tuple Fields§
§0: c_intImplementations§
Source§impl VkLayerFunction_
impl VkLayerFunction_
pub const VK_LAYER_LINK_INFO: VkLayerFunction_
Source§impl VkLayerFunction_
impl VkLayerFunction_
pub const VK_LOADER_DATA_CALLBACK: VkLayerFunction_
Source§impl VkLayerFunction_
impl VkLayerFunction_
pub const VK_LOADER_FEATURES: VkLayerFunction_
Trait Implementations§
Source§impl Clone for VkLayerFunction_
impl Clone for VkLayerFunction_
Source§fn clone(&self) -> VkLayerFunction_
fn clone(&self) -> VkLayerFunction_
Returns a copy 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 VkLayerFunction_
impl Debug for VkLayerFunction_
Source§impl Hash for VkLayerFunction_
impl Hash for VkLayerFunction_
Source§impl PartialEq for VkLayerFunction_
impl PartialEq for VkLayerFunction_
impl Copy for VkLayerFunction_
impl Eq for VkLayerFunction_
impl StructuralPartialEq for VkLayerFunction_
Auto Trait Implementations§
impl Freeze for VkLayerFunction_
impl RefUnwindSafe for VkLayerFunction_
impl Send for VkLayerFunction_
impl Sync for VkLayerFunction_
impl Unpin for VkLayerFunction_
impl UnwindSafe for VkLayerFunction_
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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