pub struct LinkageSection {
pub span: Span,
pub name: StringLiteral,
pub flags: Option<StringLiteral>,
}Fields§
§span: Span§name: StringLiteral§flags: Option<StringLiteral>Trait Implementations§
Source§impl Clone for LinkageSection
impl Clone for LinkageSection
Source§fn clone(&self) -> LinkageSection
fn clone(&self) -> LinkageSection
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 LinkageSection
impl Debug for LinkageSection
Source§impl Display for LinkageSection
impl Display for LinkageSection
Source§impl From<LinkageSection> for LinkageSpecifier
impl From<LinkageSection> for LinkageSpecifier
Source§fn from(v: LinkageSection) -> Self
fn from(v: LinkageSection) -> Self
Converts to this type from the input type.
Source§impl Hash for LinkageSection
impl Hash for LinkageSection
Source§impl Ord for LinkageSection
impl Ord for LinkageSection
Source§fn cmp(&self, other: &LinkageSection) -> Ordering
fn cmp(&self, other: &LinkageSection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LinkageSection
impl PartialEq for LinkageSection
Source§impl PartialOrd for LinkageSection
impl PartialOrd for LinkageSection
impl Eq for LinkageSection
impl StructuralPartialEq for LinkageSection
Auto Trait Implementations§
impl Freeze for LinkageSection
impl RefUnwindSafe for LinkageSection
impl Send for LinkageSection
impl Sync for LinkageSection
impl Unpin for LinkageSection
impl UnwindSafe for LinkageSection
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.