pub struct HostVulkanProfile {
pub api_version: Option<String>,
}Fields§
§api_version: Option<String>Trait Implementations§
Source§impl Clone for HostVulkanProfile
impl Clone for HostVulkanProfile
Source§fn clone(&self) -> HostVulkanProfile
fn clone(&self) -> HostVulkanProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HostVulkanProfile
impl Debug for HostVulkanProfile
Source§impl Default for HostVulkanProfile
impl Default for HostVulkanProfile
Source§fn default() -> HostVulkanProfile
fn default() -> HostVulkanProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HostVulkanProfile
impl<'de> Deserialize<'de> for HostVulkanProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HostVulkanProfile
Source§impl PartialEq for HostVulkanProfile
impl PartialEq for HostVulkanProfile
Source§impl Serialize for HostVulkanProfile
impl Serialize for HostVulkanProfile
impl StructuralPartialEq for HostVulkanProfile
Auto Trait Implementations§
impl Freeze for HostVulkanProfile
impl RefUnwindSafe for HostVulkanProfile
impl Send for HostVulkanProfile
impl Sync for HostVulkanProfile
impl Unpin for HostVulkanProfile
impl UnsafeUnpin for HostVulkanProfile
impl UnwindSafe for HostVulkanProfile
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