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 PartialEq<DwSectV2> for DwSectV2
impl PartialEq<DwSectV2> for DwSectV2
source§impl PartialOrd<DwSectV2> for DwSectV2
impl PartialOrd<DwSectV2> for DwSectV2
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for DwSectV2
impl Eq for DwSectV2
impl StructuralEq for DwSectV2
impl StructuralPartialEq for DwSectV2
Auto Trait Implementations§
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