#[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: ExternalMemoryFeatureFlagsexport_from_imported_handle_types: ExternalMemoryHandleTypeFlagscompatible_handle_types: ExternalMemoryHandleTypeFlagsImplementations
sourceimpl ExternalMemoryProperties
impl ExternalMemoryProperties
pub fn builder<'a>() -> ExternalMemoryPropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for ExternalMemoryProperties
impl Clone for ExternalMemoryProperties
sourcefn clone(&self) -> ExternalMemoryProperties
fn clone(&self) -> ExternalMemoryProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExternalMemoryProperties
impl Debug for ExternalMemoryProperties
sourceimpl Default for ExternalMemoryProperties
impl Default for ExternalMemoryProperties
sourcefn default() -> ExternalMemoryProperties
fn default() -> ExternalMemoryProperties
Returns the “default value” for a type. Read more
impl Copy for ExternalMemoryProperties
Auto Trait Implementations
impl RefUnwindSafe for ExternalMemoryProperties
impl Send for ExternalMemoryProperties
impl Sync for ExternalMemoryProperties
impl Unpin for ExternalMemoryProperties
impl UnwindSafe for ExternalMemoryProperties
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more