#[repr(C)]pub struct PhysicalDeviceFormatPackFeaturesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_pack: u32,
}Expand description
VkPhysicalDeviceFormatPackFeaturesARM
Provided by VK_ARM_format_pack.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FORMAT_PACK_FEATURES_ARM.
p_next: *mut c_voidOptional, may be null.
format_pack: u32Implementations§
Source§impl PhysicalDeviceFormatPackFeaturesARM
impl PhysicalDeviceFormatPackFeaturesARM
Sourcepub fn builder<'a>() -> PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFormatPackFeaturesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFormatPackFeaturesARM
impl Clone for PhysicalDeviceFormatPackFeaturesARM
Source§fn clone(&self) -> PhysicalDeviceFormatPackFeaturesARM
fn clone(&self) -> PhysicalDeviceFormatPackFeaturesARM
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 PhysicalDeviceFormatPackFeaturesARM
impl ExtendsDeviceCreateInfo for PhysicalDeviceFormatPackFeaturesARM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFormatPackFeaturesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFormatPackFeaturesARM
impl RefUnwindSafe for PhysicalDeviceFormatPackFeaturesARM
impl !Send for PhysicalDeviceFormatPackFeaturesARM
impl !Sync for PhysicalDeviceFormatPackFeaturesARM
impl Unpin for PhysicalDeviceFormatPackFeaturesARM
impl UnsafeUnpin for PhysicalDeviceFormatPackFeaturesARM
impl UnwindSafe for PhysicalDeviceFormatPackFeaturesARM
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