#[repr(C)]pub struct ExternalImageFormatProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub external_memory_properties: ExternalMemoryProperties,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§external_memory_properties: ExternalMemoryPropertiesTrait 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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for ExternalImageFormatProperties
impl Hash for ExternalImageFormatProperties
Source§impl PartialEq for ExternalImageFormatProperties
impl PartialEq for ExternalImageFormatProperties
Source§fn eq(&self, other: &ExternalImageFormatProperties) -> bool
fn eq(&self, other: &ExternalImageFormatProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExternalImageFormatProperties
impl Eq for ExternalImageFormatProperties
impl Send for ExternalImageFormatProperties
impl StructuralPartialEq for ExternalImageFormatProperties
impl Sync for ExternalImageFormatProperties
Auto Trait Implementations§
impl Freeze for ExternalImageFormatProperties
impl RefUnwindSafe 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