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