[][src]Struct unity_native_plugin_vulkan::vulkan::VulkanMemory

pub struct VulkanMemory<'a> { /* fields omitted */ }

Implementations

impl<'_> VulkanMemory<'_>[src]

pub fn memory(&self) -> DeviceMemory[src]

pub fn offset(&self) -> DeviceSize[src]

pub fn size(&self) -> DeviceSize[src]

pub fn mapped(&self) -> *mut c_void[src]

pub fn flags(&self) -> MemoryPropertyFlags[src]

pub fn memory_type_index(&self) -> c_uint[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for VulkanMemory<'a>

impl<'a> !Send for VulkanMemory<'a>

impl<'a> !Sync for VulkanMemory<'a>

impl<'a> Unpin for VulkanMemory<'a>

impl<'a> UnwindSafe for VulkanMemory<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.