#[repr(C)]pub struct HostCall { /* private fields */ }
Implementations§
Trait Implementations§
source§impl SafetyAssured for HostCall
impl SafetyAssured for HostCall
source§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
Checks if the instance is properly initialized. Read more
source§fn verify_ownership(&self) -> bool
fn verify_ownership(&self) -> bool
Checks whether ownership rules are upheld for this instance,
with a particular focus on instances that originate from raw pointers. Read more
source§impl SafetyChecked for HostCall
impl SafetyChecked for HostCall
fn is_not_null(&self) -> bool
fn is_aligned(&self) -> bool
impl Copy for HostCall
Auto Trait Implementations§
impl Freeze for HostCall
impl RefUnwindSafe for HostCall
impl Send for HostCall
impl Sync for HostCall
impl Unpin for HostCall
impl UnwindSafe for HostCall
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