Struct ash::extensions::khr::ExternalMemoryFd [−][src]
pub struct ExternalMemoryFd { /* fields omitted */ }
Implementations
pub unsafe fn get_memory_fd_properties_khr(
&self,
handle_type: ExternalMemoryHandleTypeFlags,
fd: i32
) -> VkResult<MemoryFdPropertiesKHR>
pub unsafe fn get_memory_fd_properties_khr(
&self,
handle_type: ExternalMemoryHandleTypeFlags,
fd: i32
) -> VkResult<MemoryFdPropertiesKHR>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExternalMemoryFd
impl Send for ExternalMemoryFd
impl Sync for ExternalMemoryFd
impl Unpin for ExternalMemoryFd
impl UnwindSafe for ExternalMemoryFd
Blanket Implementations
Mutably borrows from an owned value. Read more