#[repr(C)]pub struct VkPhysicalDeviceIndexTypeUint8FeaturesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub indexTypeUint8: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§indexTypeUint8: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl Clone for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
Source§fn clone(&self) -> VkPhysicalDeviceIndexTypeUint8FeaturesKHR
fn clone(&self) -> VkPhysicalDeviceIndexTypeUint8FeaturesKHR
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 moreimpl Copy for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl RefUnwindSafe for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl !Send for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl !Sync for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl Unpin for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
impl UnwindSafe for VkPhysicalDeviceIndexTypeUint8FeaturesKHR
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