#[repr(C)]pub struct VkExternalMemoryProperties {
pub externalMemoryFeatures: VkExternalMemoryFeatureFlags,
pub exportFromImportedHandleTypes: VkExternalMemoryHandleTypeFlags,
pub compatibleHandleTypes: VkExternalMemoryHandleTypeFlags,
}
Fields§
§externalMemoryFeatures: VkExternalMemoryFeatureFlags
§exportFromImportedHandleTypes: VkExternalMemoryHandleTypeFlags
§compatibleHandleTypes: VkExternalMemoryHandleTypeFlags
Trait Implementations§
Source§impl Clone for VkExternalMemoryProperties
impl Clone for VkExternalMemoryProperties
Source§fn clone(&self) -> VkExternalMemoryProperties
fn clone(&self) -> VkExternalMemoryProperties
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 moreSource§impl Default for VkExternalMemoryProperties
impl Default for VkExternalMemoryProperties
Source§fn default() -> VkExternalMemoryProperties
fn default() -> VkExternalMemoryProperties
Returns the “default value” for a type. Read more
impl Copy for VkExternalMemoryProperties
Auto Trait Implementations§
impl Freeze for VkExternalMemoryProperties
impl RefUnwindSafe for VkExternalMemoryProperties
impl Send for VkExternalMemoryProperties
impl Sync for VkExternalMemoryProperties
impl Unpin for VkExternalMemoryProperties
impl UnwindSafe for VkExternalMemoryProperties
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