Struct ash::vk::FormatProperties3
source · [−]#[repr(C)]pub struct FormatProperties3 {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub linear_tiling_features: FormatFeatureFlags2,
pub optimal_tiling_features: FormatFeatureFlags2,
pub buffer_features: FormatFeatureFlags2,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidlinear_tiling_features: FormatFeatureFlags2optimal_tiling_features: FormatFeatureFlags2buffer_features: FormatFeatureFlags2Implementations
sourceimpl FormatProperties3
impl FormatProperties3
pub fn builder<'a>() -> FormatProperties3Builder<'a>
Trait Implementations
sourceimpl Clone for FormatProperties3
impl Clone for FormatProperties3
sourcefn clone(&self) -> FormatProperties3
fn clone(&self) -> FormatProperties3
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FormatProperties3
impl Debug for FormatProperties3
sourceimpl Default for FormatProperties3
impl Default for FormatProperties3
impl Copy for FormatProperties3
impl ExtendsFormatProperties2 for FormatProperties3
Auto Trait Implementations
impl RefUnwindSafe for FormatProperties3
impl !Send for FormatProperties3
impl !Sync for FormatProperties3
impl Unpin for FormatProperties3
impl UnwindSafe for FormatProperties3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more