[−][src]Struct ash::vk::DeviceCreateInfo
Fields
s_type: StructureType
p_next: *const c_void
flags: DeviceCreateFlags
queue_create_info_count: u32
p_queue_create_infos: *const DeviceQueueCreateInfo
enabled_layer_count: u32
pp_enabled_layer_names: *const *const c_char
enabled_extension_count: u32
pp_enabled_extension_names: *const *const c_char
p_enabled_features: *const PhysicalDeviceFeatures
Methods
impl DeviceCreateInfo
[src]
pub fn builder<'a>() -> DeviceCreateInfoBuilder<'a>
[src]
Trait Implementations
impl Clone for DeviceCreateInfo
[src]
fn clone(&self) -> DeviceCreateInfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DeviceCreateInfo
[src]
impl Debug for DeviceCreateInfo
[src]
impl Default for DeviceCreateInfo
[src]
fn default() -> DeviceCreateInfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for DeviceCreateInfo
impl !Send for DeviceCreateInfo
impl !Sync for DeviceCreateInfo
impl Unpin for DeviceCreateInfo
impl UnwindSafe for DeviceCreateInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,