pub struct VkMemoryHostPointerProperties {
pub memory_type_bits: u32,
}Expand description
Wrapper for VkMemoryHostPointerPropertiesEXT.
Fields§
§memory_type_bits: u32Trait Implementations§
Source§impl Clone for VkMemoryHostPointerProperties
impl Clone for VkMemoryHostPointerProperties
Source§fn clone(&self) -> VkMemoryHostPointerProperties
fn clone(&self) -> VkMemoryHostPointerProperties
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 Default for VkMemoryHostPointerProperties
impl Default for VkMemoryHostPointerProperties
Source§fn default() -> VkMemoryHostPointerProperties
fn default() -> VkMemoryHostPointerProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkMemoryHostPointerProperties
impl RefUnwindSafe for VkMemoryHostPointerProperties
impl Send for VkMemoryHostPointerProperties
impl Sync for VkMemoryHostPointerProperties
impl Unpin for VkMemoryHostPointerProperties
impl UnwindSafe for VkMemoryHostPointerProperties
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