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