pub struct TargetSymbols {
pub create: &'static str,
pub call: &'static str,
pub ret: &'static str,
}
Fields§
§create: &'static str
§call: &'static str
§ret: &'static str
Auto Trait Implementations§
impl Freeze for TargetSymbols
impl RefUnwindSafe for TargetSymbols
impl Send for TargetSymbols
impl Sync for TargetSymbols
impl Unpin for TargetSymbols
impl UnwindSafe for TargetSymbols
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