pub struct VkMemoryMapFlags {}
Expand description
Wrapper for VkMemoryMapFlags.
Use the macro VkMemoryMapFlags!
as an alternative method to create a structure. For example, these two snippets return the same value:
VkMemoryMapFlags!()
VkMemoryMapFlags {
}
Implementations§
Trait Implementations§
Source§impl Clone for VkMemoryMapFlags
impl Clone for VkMemoryMapFlags
Source§fn clone(&self) -> VkMemoryMapFlags
fn clone(&self) -> VkMemoryMapFlags
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 Debug for VkMemoryMapFlags
impl Debug for VkMemoryMapFlags
Source§impl Default for VkMemoryMapFlags
impl Default for VkMemoryMapFlags
Source§fn default() -> VkMemoryMapFlags
fn default() -> VkMemoryMapFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkMemoryMapFlags
impl RefUnwindSafe for VkMemoryMapFlags
impl Send for VkMemoryMapFlags
impl Sync for VkMemoryMapFlags
impl Unpin for VkMemoryMapFlags
impl UnwindSafe for VkMemoryMapFlags
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