Struct DwSect
struct DwSect(2141)
The section type field in a .dwp unit index.
This is used for version 5 and later.
See Section 7.3.5.
Implementations
impl DwSect
fn static_string(self: &Self) -> Option<&'static str>
impl Clone for DwSect
fn clone(self: &Self) -> DwSect
impl Copy for DwSect
impl Debug for DwSect
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for DwSect
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result<(), Error>
impl Eq for DwSect
impl Freeze for DwSect
impl Hash for DwSect
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl Ord for DwSect
fn cmp(self: &Self, other: &DwSect) -> Ordering
impl PartialEq for DwSect
fn eq(self: &Self, other: &DwSect) -> bool
impl PartialOrd for DwSect
fn partial_cmp(self: &Self, other: &DwSect) -> Option<Ordering>
impl RefUnwindSafe for DwSect
impl Send for DwSect
impl StructuralPartialEq for DwSect
impl Sync for DwSect
impl Unpin for DwSect
impl UnsafeUnpin for DwSect
impl UnwindSafe for DwSect
impl<T> Any for DwSect
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for DwSect
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for DwSect
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for DwSect
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for DwSect
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for DwSect
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T> ToString for DwSect
fn to_string(self: &Self) -> String
impl<T, U> Into for DwSect
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for DwSect
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for DwSect
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>