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