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