pub struct HotReloadInfo { /* private fields */ }Expand description
§C Layout
Trait Implementations§
Source§impl Clone for HotReloadInfo
impl Clone for HotReloadInfo
Source§fn clone(&self) -> HotReloadInfo
fn clone(&self) -> HotReloadInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HotReloadInfo
Source§impl ReprC for HotReloadInfowhere
extern "C" fn() -> u32: ConcreteReprC,
extern "C" fn() -> bool: ConcreteReprC,
extern "C" fn(u32) -> u32: ConcreteReprC,
extern "C" fn(Vec<u8>): ConcreteReprC,
impl ReprC for HotReloadInfowhere
extern "C" fn() -> u32: ConcreteReprC,
extern "C" fn() -> bool: ConcreteReprC,
extern "C" fn(u32) -> u32: ConcreteReprC,
extern "C" fn(Vec<u8>): ConcreteReprC,
Auto Trait Implementations§
impl Freeze for HotReloadInfo
impl RefUnwindSafe for HotReloadInfo
impl Send for HotReloadInfo
impl Sync for HotReloadInfo
impl Unpin for HotReloadInfo
impl UnsafeUnpin for HotReloadInfo
impl UnwindSafe for HotReloadInfo
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