Struct ash::vk::ExternalMemoryProperties
source · #[repr(C)]pub struct ExternalMemoryProperties {
pub external_memory_features: ExternalMemoryFeatureFlags,
pub export_from_imported_handle_types: ExternalMemoryHandleTypeFlags,
pub compatible_handle_types: ExternalMemoryHandleTypeFlags,
}
Expand description
Fields§
§external_memory_features: ExternalMemoryFeatureFlags
§export_from_imported_handle_types: ExternalMemoryHandleTypeFlags
§compatible_handle_types: ExternalMemoryHandleTypeFlags
Implementations§
source§impl ExternalMemoryProperties
impl ExternalMemoryProperties
pub fn builder<'a>() -> ExternalMemoryPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalMemoryProperties
impl Clone for ExternalMemoryProperties
source§fn clone(&self) -> ExternalMemoryProperties
fn clone(&self) -> ExternalMemoryProperties
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 Debug for ExternalMemoryProperties
impl Debug for ExternalMemoryProperties
source§impl Default for ExternalMemoryProperties
impl Default for ExternalMemoryProperties
source§fn default() -> ExternalMemoryProperties
fn default() -> ExternalMemoryProperties
Returns the “default value” for a type. Read more
impl Copy for ExternalMemoryProperties
Auto Trait Implementations§
impl Freeze for ExternalMemoryProperties
impl RefUnwindSafe for ExternalMemoryProperties
impl Send for ExternalMemoryProperties
impl Sync for ExternalMemoryProperties
impl Unpin for ExternalMemoryProperties
impl UnwindSafe for ExternalMemoryProperties
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