#[repr(C)]pub struct ExportMemoryAllocateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub handleTypes: ExternalMemoryHandleTypeFlagBits,
}Fields§
§sType: StructureType§pNext: *const c_void§handleTypes: ExternalMemoryHandleTypeFlagBitsAuto Trait Implementations§
impl Freeze for ExportMemoryAllocateInfo
impl RefUnwindSafe for ExportMemoryAllocateInfo
impl !Send for ExportMemoryAllocateInfo
impl !Sync for ExportMemoryAllocateInfo
impl Unpin for ExportMemoryAllocateInfo
impl UnwindSafe for ExportMemoryAllocateInfo
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