#[repr(C)]pub struct PhysicalDeviceExternalImageFormatInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle_type: ExternalMemoryHandleTypeFlagsImplementations
sourceimpl PhysicalDeviceExternalImageFormatInfo
impl PhysicalDeviceExternalImageFormatInfo
pub fn builder<'a>() -> PhysicalDeviceExternalImageFormatInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceExternalImageFormatInfo
impl Clone for PhysicalDeviceExternalImageFormatInfo
sourcefn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
fn clone(&self) -> PhysicalDeviceExternalImageFormatInfo
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 Default for PhysicalDeviceExternalImageFormatInfo
impl Default for PhysicalDeviceExternalImageFormatInfo
sourcefn default() -> PhysicalDeviceExternalImageFormatInfo
fn default() -> PhysicalDeviceExternalImageFormatInfo
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceExternalImageFormatInfo
impl ExtendsPhysicalDeviceImageFormatInfo2 for PhysicalDeviceExternalImageFormatInfo
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceExternalImageFormatInfo
impl !Send for PhysicalDeviceExternalImageFormatInfo
impl !Sync for PhysicalDeviceExternalImageFormatInfo
impl Unpin for PhysicalDeviceExternalImageFormatInfo
impl UnwindSafe for PhysicalDeviceExternalImageFormatInfo
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