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