pub struct PefExportedSymbol {
pub name: String,
pub class: u8,
pub symbol_value: u32,
pub section_index: i16,
}Expand description
One symbol exported by a PEF container.
Fields§
§name: String§class: u8§symbol_value: u32§section_index: i16Trait Implementations§
Source§impl Clone for PefExportedSymbol
impl Clone for PefExportedSymbol
Source§fn clone(&self) -> PefExportedSymbol
fn clone(&self) -> PefExportedSymbol
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 PefExportedSymbol
impl Debug for PefExportedSymbol
impl Eq for PefExportedSymbol
Source§impl PartialEq for PefExportedSymbol
impl PartialEq for PefExportedSymbol
impl StructuralPartialEq for PefExportedSymbol
Auto Trait Implementations§
impl Freeze for PefExportedSymbol
impl RefUnwindSafe for PefExportedSymbol
impl Send for PefExportedSymbol
impl Sync for PefExportedSymbol
impl Unpin for PefExportedSymbol
impl UnsafeUnpin for PefExportedSymbol
impl UnwindSafe for PefExportedSymbol
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<S, T> Duplex<S> for Twhere
T: FromSample<S> + ToSample<S>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.