pub struct VkImageViewASTCDecodeMode {
pub decode_mode: VkFormat,
}Expand description
Wrapper for VkImageViewASTCDecodeModeEXT.
Fields§
§decode_mode: VkFormatTrait Implementations§
Source§impl Clone for VkImageViewASTCDecodeMode
impl Clone for VkImageViewASTCDecodeMode
Source§fn clone(&self) -> VkImageViewASTCDecodeMode
fn clone(&self) -> VkImageViewASTCDecodeMode
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 Debug for VkImageViewASTCDecodeMode
impl Debug for VkImageViewASTCDecodeMode
Source§impl Default for VkImageViewASTCDecodeMode
impl Default for VkImageViewASTCDecodeMode
Source§fn default() -> VkImageViewASTCDecodeMode
fn default() -> VkImageViewASTCDecodeMode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkImageViewASTCDecodeMode
impl RefUnwindSafe for VkImageViewASTCDecodeMode
impl Send for VkImageViewASTCDecodeMode
impl Sync for VkImageViewASTCDecodeMode
impl Unpin for VkImageViewASTCDecodeMode
impl UnwindSafe for VkImageViewASTCDecodeMode
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