#[repr(C)]pub struct PrivateDataSlotCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: PrivateDataSlotCreateFlagBits,
}Expand description
VkPrivateDataSlotCreateInfo
Provided by VK_BASE_VERSION_1_3.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
flags: PrivateDataSlotCreateFlagBitsImplementations§
Source§impl PrivateDataSlotCreateInfo
impl PrivateDataSlotCreateInfo
Sourcepub fn builder<'a>() -> PrivateDataSlotCreateInfoBuilder<'a>
pub fn builder<'a>() -> PrivateDataSlotCreateInfoBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PrivateDataSlotCreateInfo
impl Clone for PrivateDataSlotCreateInfo
Source§fn clone(&self) -> PrivateDataSlotCreateInfo
fn clone(&self) -> PrivateDataSlotCreateInfo
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 PrivateDataSlotCreateInfo
impl Debug for PrivateDataSlotCreateInfo
Source§impl Default for PrivateDataSlotCreateInfo
impl Default for PrivateDataSlotCreateInfo
Source§fn default() -> PrivateDataSlotCreateInfo
fn default() -> PrivateDataSlotCreateInfo
Returns the “default value” for a type. Read more
impl Copy for PrivateDataSlotCreateInfo
Auto Trait Implementations§
impl Freeze for PrivateDataSlotCreateInfo
impl RefUnwindSafe for PrivateDataSlotCreateInfo
impl !Send for PrivateDataSlotCreateInfo
impl !Sync for PrivateDataSlotCreateInfo
impl Unpin for PrivateDataSlotCreateInfo
impl UnsafeUnpin for PrivateDataSlotCreateInfo
impl UnwindSafe for PrivateDataSlotCreateInfo
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