pub struct DwSectV2(pub u32);
Expand description
The section type field in a .dwp
unit index with version 2.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Ord for DwSectV2
impl Ord for DwSectV2
source§impl PartialOrd for DwSectV2
impl PartialOrd for DwSectV2
impl Copy for DwSectV2
impl Eq for DwSectV2
impl StructuralPartialEq for DwSectV2
Auto Trait Implementations§
impl Freeze for DwSectV2
impl RefUnwindSafe for DwSectV2
impl Send for DwSectV2
impl Sync for DwSectV2
impl Unpin for DwSectV2
impl UnwindSafe for DwSectV2
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.