Struct DwRle

struct DwRle(3869)

Range list entry encoding values.

See Section 7.25, Table 7.30.

Implementations

impl DwRle

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

impl Clone for DwRle

fn clone(self: &Self) -> DwRle

impl Copy for DwRle

impl Debug for DwRle

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

impl Display for DwRle

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

impl Eq for DwRle

impl Freeze for DwRle

impl Hash for DwRle

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

impl Ord for DwRle

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

impl PartialEq for DwRle

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

impl PartialOrd for DwRle

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

impl RefUnwindSafe for DwRle

impl Send for DwRle

impl StructuralPartialEq for DwRle

impl Sync for DwRle

impl Unpin for DwRle

impl UnsafeUnpin for DwRle

impl UnwindSafe for DwRle

impl<T> Any for DwRle

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwRle

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

impl<T> BorrowMut for DwRle

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

impl<T> CloneToUninit for DwRle

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

impl<T> From for DwRle

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwRle

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

impl<T> ToString for DwRle

fn to_string(self: &Self) -> String

impl<T, U> Into for DwRle

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 DwRle

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

impl<T, U> TryInto for DwRle

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