#[repr(C)]pub struct ImageViewASTCDecodeModeEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub decodeMode: Format,
}Fields§
§sType: StructureType§pNext: *const c_void§decodeMode: FormatTrait Implementations§
Source§impl Clone for ImageViewASTCDecodeModeEXT
impl Clone for ImageViewASTCDecodeModeEXT
Source§fn clone(&self) -> ImageViewASTCDecodeModeEXT
fn clone(&self) -> ImageViewASTCDecodeModeEXT
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 moreimpl Copy for ImageViewASTCDecodeModeEXT
Auto Trait Implementations§
impl Freeze for ImageViewASTCDecodeModeEXT
impl RefUnwindSafe for ImageViewASTCDecodeModeEXT
impl !Send for ImageViewASTCDecodeModeEXT
impl !Sync for ImageViewASTCDecodeModeEXT
impl Unpin for ImageViewASTCDecodeModeEXT
impl UnwindSafe for ImageViewASTCDecodeModeEXT
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