Struct DwSectV2

struct DwSectV2(2191)

The section type field in a .dwp unit index with version 2.

Implementations

impl DwSectV2

fn static_string(self: &Self) -> Option<&'static str>

impl Clone for DwSectV2

fn clone(self: &Self) -> DwSectV2

impl Copy for DwSectV2

impl Debug for DwSectV2

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Display for DwSectV2

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result<(), Error>

impl Eq for DwSectV2

impl Freeze for DwSectV2

impl Hash for DwSectV2

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl Ord for DwSectV2

fn cmp(self: &Self, other: &DwSectV2) -> Ordering

impl PartialEq for DwSectV2

fn eq(self: &Self, other: &DwSectV2) -> bool

impl PartialOrd for DwSectV2

fn partial_cmp(self: &Self, other: &DwSectV2) -> Option<Ordering>

impl RefUnwindSafe for DwSectV2

impl Send for DwSectV2

impl StructuralPartialEq for DwSectV2

impl Sync for DwSectV2

impl Unpin for DwSectV2

impl UnsafeUnpin for DwSectV2

impl UnwindSafe for DwSectV2

impl<T> Any for DwSectV2

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwSectV2

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for DwSectV2

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for DwSectV2

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for DwSectV2

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwSectV2

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for DwSectV2

fn to_string(self: &Self) -> String

impl<T, U> Into for DwSectV2

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for DwSectV2

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for DwSectV2

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>