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