pub struct ExternalSymbol {
pub symbol_id: u32,
pub namespace: Vec<u8>,
pub name: Vec<u8>,
}Fields§
§symbol_id: u32§namespace: Vec<u8>§name: Vec<u8>Trait Implementations§
Source§impl Clone for ExternalSymbol
impl Clone for ExternalSymbol
Source§fn clone(&self) -> ExternalSymbol
fn clone(&self) -> ExternalSymbol
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 moreSource§impl Debug for ExternalSymbol
impl Debug for ExternalSymbol
Source§impl<'de> Deserialize<'de> for ExternalSymbol
impl<'de> Deserialize<'de> for ExternalSymbol
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExternalSymbol
impl RefUnwindSafe for ExternalSymbol
impl Send for ExternalSymbol
impl Sync for ExternalSymbol
impl Unpin for ExternalSymbol
impl UnsafeUnpin for ExternalSymbol
impl UnwindSafe for ExternalSymbol
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