Struct ash::vk::PhysicalDeviceToolProperties
source · #[repr(C)]pub struct PhysicalDeviceToolProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [c_char; 256],
pub version: [c_char; 256],
pub purposes: ToolPurposeFlags,
pub description: [c_char; 256],
pub layer: [c_char; 256],
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§name: [c_char; 256]
§version: [c_char; 256]
§purposes: ToolPurposeFlags
§description: [c_char; 256]
§layer: [c_char; 256]
Implementations§
source§impl PhysicalDeviceToolProperties
impl PhysicalDeviceToolProperties
pub fn builder<'a>() -> PhysicalDeviceToolPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceToolProperties
impl Clone for PhysicalDeviceToolProperties
source§fn clone(&self) -> PhysicalDeviceToolProperties
fn clone(&self) -> PhysicalDeviceToolProperties
Returns a copy 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 PhysicalDeviceToolProperties
impl Debug for PhysicalDeviceToolProperties
source§impl TaggedStructure for PhysicalDeviceToolProperties
impl TaggedStructure for PhysicalDeviceToolProperties
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_TOOL_PROPERTIES
impl Copy for PhysicalDeviceToolProperties
Auto Trait Implementations§
impl Freeze for PhysicalDeviceToolProperties
impl RefUnwindSafe for PhysicalDeviceToolProperties
impl !Send for PhysicalDeviceToolProperties
impl !Sync for PhysicalDeviceToolProperties
impl Unpin for PhysicalDeviceToolProperties
impl UnwindSafe for PhysicalDeviceToolProperties
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