#[repr(C)]pub struct ExternalImageFormatProperties {
pub sType: StructureType,
pub pNext: *mut c_void,
pub externalMemoryProperties: ExternalMemoryProperties,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§externalMemoryProperties: ExternalMemoryProperties
Trait Implementations§
Source§impl Clone for ExternalImageFormatProperties
impl Clone for ExternalImageFormatProperties
Source§fn clone(&self) -> ExternalImageFormatProperties
fn clone(&self) -> ExternalImageFormatProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ExternalImageFormatProperties
Auto Trait Implementations§
impl Freeze for ExternalImageFormatProperties
impl RefUnwindSafe for ExternalImageFormatProperties
impl !Send for ExternalImageFormatProperties
impl !Sync for ExternalImageFormatProperties
impl Unpin for ExternalImageFormatProperties
impl UnwindSafe for ExternalImageFormatProperties
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