#[repr(C)]pub struct FormatProperties2 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_properties: FormatProperties,
}Expand description
VkFormatProperties2
Provided by VK_BASE_VERSION_1_1.
Returned only*, filled by Vulkan, not constructed by the application.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_2.
p_next: *mut c_voidOptional, may be null.
format_properties: FormatPropertiesImplementations§
Source§impl FormatProperties2
impl FormatProperties2
Sourcepub fn builder<'a>() -> FormatProperties2Builder<'a>
pub fn builder<'a>() -> FormatProperties2Builder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for FormatProperties2
impl Clone for FormatProperties2
Source§fn clone(&self) -> FormatProperties2
fn clone(&self) -> FormatProperties2
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 FormatProperties2
impl Debug for FormatProperties2
Source§impl Default for FormatProperties2
impl Default for FormatProperties2
Source§fn default() -> FormatProperties2
fn default() -> FormatProperties2
Returns the “default value” for a type. Read more
impl Copy for FormatProperties2
Auto Trait Implementations§
impl Freeze for FormatProperties2
impl RefUnwindSafe for FormatProperties2
impl !Send for FormatProperties2
impl !Sync for FormatProperties2
impl Unpin for FormatProperties2
impl UnsafeUnpin for FormatProperties2
impl UnwindSafe for FormatProperties2
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