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