pub struct VkFilterCubicImageViewImageFormatProperties {
pub filter_cubic: bool,
pub filter_cubic_minmax: bool,
}
Expand description
Wrapper for VkFilterCubicImageViewImageFormatPropertiesEXT.
Fields§
§filter_cubic: bool
§filter_cubic_minmax: bool
Trait Implementations§
Source§impl Clone for VkFilterCubicImageViewImageFormatProperties
impl Clone for VkFilterCubicImageViewImageFormatProperties
Source§fn clone(&self) -> VkFilterCubicImageViewImageFormatProperties
fn clone(&self) -> VkFilterCubicImageViewImageFormatProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkFilterCubicImageViewImageFormatProperties
impl Default for VkFilterCubicImageViewImageFormatProperties
Source§fn default() -> VkFilterCubicImageViewImageFormatProperties
fn default() -> VkFilterCubicImageViewImageFormatProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkFilterCubicImageViewImageFormatProperties
impl RefUnwindSafe for VkFilterCubicImageViewImageFormatProperties
impl Send for VkFilterCubicImageViewImageFormatProperties
impl Sync for VkFilterCubicImageViewImageFormatProperties
impl Unpin for VkFilterCubicImageViewImageFormatProperties
impl UnwindSafe for VkFilterCubicImageViewImageFormatProperties
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