#[repr(C)]pub struct PhysicalDeviceFeatures2 {
pub sType: StructureType,
pub pNext: *mut c_void,
pub features: PhysicalDeviceFeatures,
}Fields§
§sType: StructureType§pNext: *mut c_void§features: PhysicalDeviceFeaturesImplementations§
Trait Implementations§
Source§impl Clone for PhysicalDeviceFeatures2
impl Clone for PhysicalDeviceFeatures2
Source§fn clone(&self) -> PhysicalDeviceFeatures2
fn clone(&self) -> PhysicalDeviceFeatures2
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 moreSource§impl Debug for PhysicalDeviceFeatures2
impl Debug for PhysicalDeviceFeatures2
Source§impl Default for PhysicalDeviceFeatures2
impl Default for PhysicalDeviceFeatures2
Source§fn default() -> PhysicalDeviceFeatures2
fn default() -> PhysicalDeviceFeatures2
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceFeatures2
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFeatures2
impl RefUnwindSafe for PhysicalDeviceFeatures2
impl !Send for PhysicalDeviceFeatures2
impl !Sync for PhysicalDeviceFeatures2
impl Unpin for PhysicalDeviceFeatures2
impl UnwindSafe for PhysicalDeviceFeatures2
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