#[repr(C)]pub struct MemoryHostPointerPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub memory_type_bits: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidmemory_type_bits: u32Implementations
sourceimpl MemoryHostPointerPropertiesEXT
impl MemoryHostPointerPropertiesEXT
pub fn builder<'a>() -> MemoryHostPointerPropertiesEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for MemoryHostPointerPropertiesEXT
impl Clone for MemoryHostPointerPropertiesEXT
sourcefn clone(&self) -> MemoryHostPointerPropertiesEXT
fn clone(&self) -> MemoryHostPointerPropertiesEXT
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 Default for MemoryHostPointerPropertiesEXT
impl Default for MemoryHostPointerPropertiesEXT
sourcefn default() -> MemoryHostPointerPropertiesEXT
fn default() -> MemoryHostPointerPropertiesEXT
Returns the “default value” for a type. Read more
impl Copy for MemoryHostPointerPropertiesEXT
Auto Trait Implementations
impl RefUnwindSafe for MemoryHostPointerPropertiesEXT
impl !Send for MemoryHostPointerPropertiesEXT
impl !Sync for MemoryHostPointerPropertiesEXT
impl Unpin for MemoryHostPointerPropertiesEXT
impl UnwindSafe for MemoryHostPointerPropertiesEXT
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