#[repr(C)]pub struct MemoryType { /* private fields */ }
Expand description
A VkMemoryType
.
Implementations§
Source§impl MemoryType
impl MemoryType
pub fn builder() -> MemoryTypeBuilder
pub unsafe fn from_raw(raw: VkMemoryType) -> MemoryType
pub fn property_flags<'a>(&'a self) -> MemoryPropertyFlags
pub fn heap_index<'a>(&'a self) -> u32
pub fn set_property_flags<'m>(&mut self, property_flags: MemoryPropertyFlags)
pub fn set_heap_index<'m>(&mut self, heap_index: u32)
pub fn as_raw(&self) -> &VkMemoryType
Trait Implementations§
Source§impl Clone for MemoryType
impl Clone for MemoryType
Source§fn clone(&self) -> MemoryType
fn clone(&self) -> MemoryType
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 MemoryType
impl Debug for MemoryType
Source§impl Default for MemoryType
impl Default for MemoryType
Source§fn default() -> MemoryType
fn default() -> MemoryType
Returns the “default value” for a type. Read more
Source§impl From<MemoryType> for VkMemoryType
impl From<MemoryType> for VkMemoryType
Source§fn from(f: MemoryType) -> VkMemoryType
fn from(f: MemoryType) -> VkMemoryType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MemoryType
impl RefUnwindSafe for MemoryType
impl Send for MemoryType
impl Sync for MemoryType
impl Unpin for MemoryType
impl UnwindSafe for MemoryType
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