pub struct AdapterPropertiesVk {
pub driver_version: Option<u32>,
}Fields§
§driver_version: Option<u32>Implementations§
Trait Implementations§
Source§impl Default for AdapterPropertiesVk
impl Default for AdapterPropertiesVk
Source§impl From<AdapterPropertiesVk> for AdapterInfoExtension
impl From<AdapterPropertiesVk> for AdapterInfoExtension
Source§fn from(ext: AdapterPropertiesVk) -> Self
fn from(ext: AdapterPropertiesVk) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdapterPropertiesVk
impl RefUnwindSafe for AdapterPropertiesVk
impl Send for AdapterPropertiesVk
impl Sync for AdapterPropertiesVk
impl Unpin for AdapterPropertiesVk
impl UnsafeUnpin for AdapterPropertiesVk
impl UnwindSafe for AdapterPropertiesVk
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