#[repr(C)]pub struct HostException {
pub hostExceptionSize: u64,
}Fields§
§hostExceptionSize: u64Auto Trait Implementations§
impl Freeze for HostException
impl RefUnwindSafe for HostException
impl Send for HostException
impl Sync for HostException
impl Unpin for HostException
impl UnwindSafe for HostException
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