Enum python_packed_resources::data::ResourceField [−][src]
pub enum ResourceField {}Show variants
EndOfIndex, StartOfEntry, EndOfEntry, Flavor, ModuleName, IsPackage, IsNamespacePackage, InMemorySource, InMemoryBytecode, InMemoryBytecodeOpt1, InMemoryBytecodeOpt2, InMemoryExtensionModuleSharedLibrary, InMemoryResourcesData, InMemoryDistributionResource, InMemorySharedLibrary, SharedLibraryDependencyNames, RelativeFilesystemModuleSource, RelativeFilesystemModuleBytecode, RelativeFilesystemModuleBytecodeOpt1, RelativeFilesystemModuleBytecodeOpt2, RelativeFilesystemExtensionModuleSharedLibrary, RelativeFilesystemPackageResources, RelativeFilesystemDistributionResource, IsModule, IsBuiltinExtensionModule, IsFrozenModule, IsExtensionModule, IsSharedLibrary, IsUtf8FilenameData, FileExecutable, FileDataEmbedded, FileDataUtf8RelativePath,
Describes a resource field type in the resource index.
Variants
Trait Implementations
impl Clone for ResourceField
[src]
impl Clone for ResourceField
[src]fn clone(&self) -> ResourceField
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ResourceField
[src]
impl Copy for ResourceField
[src]impl Eq for ResourceField
[src]
impl Eq for ResourceField
[src]impl Ord for ResourceField
[src]
impl Ord for ResourceField
[src]impl PartialEq<ResourceField> for ResourceField
[src]
impl PartialEq<ResourceField> for ResourceField
[src]impl PartialOrd<ResourceField> for ResourceField
[src]
impl PartialOrd<ResourceField> for ResourceField
[src]fn partial_cmp(&self, other: &ResourceField) -> 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 StructuralEq for ResourceField
[src]
impl StructuralEq for ResourceField
[src]impl StructuralPartialEq for ResourceField
[src]
impl StructuralPartialEq for ResourceField
[src]Auto Trait Implementations
impl RefUnwindSafe for ResourceField
impl RefUnwindSafe for ResourceField
impl Send for ResourceField
impl Send for ResourceField
impl Sync for ResourceField
impl Sync for ResourceField
impl Unpin for ResourceField
impl Unpin for ResourceField
impl UnwindSafe for ResourceField
impl UnwindSafe for ResourceField