pub struct SharedTextureMemoryOpaqueFDDescriptor {
pub vk_image_create_info: Option<*const c_void>,
pub memory_fd: Option<i32>,
pub memory_type_index: Option<u32>,
pub allocation_size: Option<u64>,
pub dedicated_allocation: Option<bool>,
}Fields§
§vk_image_create_info: Option<*const c_void>§memory_fd: Option<i32>§memory_type_index: Option<u32>§allocation_size: Option<u64>§dedicated_allocation: Option<bool>Implementations§
Trait Implementations§
Source§fn from(ext: SharedTextureMemoryOpaqueFDDescriptor) -> Self
fn from(ext: SharedTextureMemoryOpaqueFDDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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