#[repr(C)]pub struct hvm_save_end {}Trait Implementations§
Source§impl Clone for hvm_save_end
impl Clone for hvm_save_end
Source§fn clone(&self) -> hvm_save_end
fn clone(&self) -> hvm_save_end
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for hvm_save_end
impl Debug for hvm_save_end
Source§impl Default for hvm_save_end
impl Default for hvm_save_end
Source§fn default() -> hvm_save_end
fn default() -> hvm_save_end
Returns the “default value” for a type. Read more
impl Copy for hvm_save_end
Auto Trait Implementations§
impl Freeze for hvm_save_end
impl RefUnwindSafe for hvm_save_end
impl Send for hvm_save_end
impl Sync for hvm_save_end
impl Unpin for hvm_save_end
impl UnwindSafe for hvm_save_end
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