[−][src]Struct ash::vk::LayerProperties
Fields
layer_name: [c_char; 256]
spec_version: u32
implementation_version: u32
description: [c_char; 256]
Implementations
impl LayerProperties
[src][−]
pub fn builder<'a>() -> LayerPropertiesBuilder<'a>
[src]
Trait Implementations
impl Clone for LayerProperties
[src][+]
impl Copy for LayerProperties
[src]
impl Debug for LayerProperties
[src][+]
impl Default for LayerProperties
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for LayerProperties
impl Send for LayerProperties
impl Sync for LayerProperties
impl Unpin for LayerProperties
impl UnwindSafe for LayerProperties
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,