Enum python_packed_resources::data::BlobSectionField [−][src]
pub enum BlobSectionField { EndOfIndex, StartOfEntry, EndOfEntry, ResourceFieldType, RawPayloadLength, InteriorPadding, }
Describes a blob section field type in the blob index.
Variants
Trait Implementations
impl PartialEq<BlobSectionField> for BlobSectionField
[src]
impl PartialEq<BlobSectionField> for BlobSectionField
[src]impl PartialOrd<BlobSectionField> for BlobSectionField
[src]
impl PartialOrd<BlobSectionField> for BlobSectionField
[src]fn partial_cmp(&self, other: &BlobSectionField) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl StructuralPartialEq for BlobSectionField
[src]
impl StructuralPartialEq for BlobSectionField
[src]Auto Trait Implementations
impl RefUnwindSafe for BlobSectionField
impl RefUnwindSafe for BlobSectionField
impl Send for BlobSectionField
impl Send for BlobSectionField
impl Sync for BlobSectionField
impl Sync for BlobSectionField
impl Unpin for BlobSectionField
impl Unpin for BlobSectionField
impl UnwindSafe for BlobSectionField
impl UnwindSafe for BlobSectionField