#[repr(C)]pub struct PhysicalDeviceImagelessFramebufferFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub imageless_framebuffer: u32,
}Expand description
VkPhysicalDeviceImagelessFramebufferFeatures
Provided by VK_GRAPHICS_VERSION_1_2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES.
p_next: *mut c_voidOptional, may be null.
imageless_framebuffer: u32Implementations§
Source§impl PhysicalDeviceImagelessFramebufferFeatures
impl PhysicalDeviceImagelessFramebufferFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImagelessFramebufferFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImagelessFramebufferFeatures
impl Clone for PhysicalDeviceImagelessFramebufferFeatures
Source§fn clone(&self) -> PhysicalDeviceImagelessFramebufferFeatures
fn clone(&self) -> PhysicalDeviceImagelessFramebufferFeatures
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 Default for PhysicalDeviceImagelessFramebufferFeatures
impl Default for PhysicalDeviceImagelessFramebufferFeatures
Source§fn default() -> PhysicalDeviceImagelessFramebufferFeatures
fn default() -> PhysicalDeviceImagelessFramebufferFeatures
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImagelessFramebufferFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceImagelessFramebufferFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImagelessFramebufferFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImagelessFramebufferFeatures
impl RefUnwindSafe for PhysicalDeviceImagelessFramebufferFeatures
impl !Send for PhysicalDeviceImagelessFramebufferFeatures
impl !Sync for PhysicalDeviceImagelessFramebufferFeatures
impl Unpin for PhysicalDeviceImagelessFramebufferFeatures
impl UnsafeUnpin for PhysicalDeviceImagelessFramebufferFeatures
impl UnwindSafe for PhysicalDeviceImagelessFramebufferFeatures
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