Skip to main content

gstreamer_vulkan/auto/
vulkan_buffer_memory_allocator.rs

1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
4// DO NOT EDIT
5
6use crate::ffi;
7
8glib::wrapper! {
9    #[doc(alias = "GstVulkanBufferMemoryAllocator")]
10    pub struct VulkanBufferMemoryAllocator(Object<ffi::GstVulkanBufferMemoryAllocator, ffi::GstVulkanBufferMemoryAllocatorClass>) @extends gst::Allocator, gst::Object;
11
12    match fn {
13        type_ => || ffi::gst_vulkan_buffer_memory_allocator_get_type(),
14    }
15}
16
17impl VulkanBufferMemoryAllocator {
18    pub const NONE: Option<&'static VulkanBufferMemoryAllocator> = None;
19}
20
21unsafe impl Send for VulkanBufferMemoryAllocator {}
22unsafe impl Sync for VulkanBufferMemoryAllocator {}