#[repr(C)]pub struct ExternalImageFormatProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§external_memory_properties: ExternalMemoryProperties
Implementations§
Source§impl ExternalImageFormatProperties
impl ExternalImageFormatProperties
pub fn builder<'a>() -> ExternalImageFormatPropertiesBuilder<'a>
Trait Implementations§
Source§impl Clone for ExternalImageFormatProperties
impl Clone for ExternalImageFormatProperties
Source§fn clone(&self) -> ExternalImageFormatProperties
fn clone(&self) -> ExternalImageFormatProperties
Returns a copy 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 TaggedStructure for ExternalImageFormatProperties
impl TaggedStructure for ExternalImageFormatProperties
const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_IMAGE_FORMAT_PROPERTIES
impl Copy for ExternalImageFormatProperties
impl ExtendsImageFormatProperties2 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)