pub enum GnuKind {
LongName,
LongLink,
}Expand description
The supported GNU metadata extension kinds.
Variants§
LongName
A typeflag L extension giving a long name for the next member.
LongLink
A typeflag K extension giving a long link name for the next member.
Trait Implementations§
impl Copy for GnuKind
impl Eq for GnuKind
impl StructuralPartialEq for GnuKind
Auto Trait Implementations§
impl Freeze for GnuKind
impl RefUnwindSafe for GnuKind
impl Send for GnuKind
impl Sync for GnuKind
impl Unpin for GnuKind
impl UnsafeUnpin for GnuKind
impl UnwindSafe for GnuKind
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