Struct vk_sys::ImageFormatProperties2KHR
source · #[repr(C)]pub struct ImageFormatProperties2KHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub imageFormatProperties: ImageFormatProperties,
}Fields
sType: StructureTypepNext: *const c_voidimageFormatProperties: ImageFormatPropertiesAuto Trait Implementations
impl RefUnwindSafe for ImageFormatProperties2KHR
impl !Send for ImageFormatProperties2KHR
impl !Sync for ImageFormatProperties2KHR
impl Unpin for ImageFormatProperties2KHR
impl UnwindSafe for ImageFormatProperties2KHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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