[−][src]Struct gf::pivot::module::UnsealedModule
⚪ Unsealed module.
Fields
metadata: UnsealedMetadata
Metadata.
aggregates: HashMap<AggregateId, UnsealedAggregate>
Aggregates.
basic_blocks: HashMap<BasicBlockId, UnsealedBasicBlock>
Basic blocks.
case_fns: HashMap<CaseFnId, UnsealedCaseFn>
Case functions.
constants: HashMap<ConstantId, UnsealedConstant>
Constants.
fragments: HashMap<FragmentId, UnsealedFragment>
Fragments.
regs: HashMap<RegId, UnsealedReg>
Registers.
spaces: HashMap<SpaceId, UnsealedSpace>
Address spaces.
tokenizers: HashMap<TokenizerId, UnsealedTokenizer>
Tokenizers.
Trait Implementations
impl Clone for UnsealedModule
[src]
fn clone(&self) -> UnsealedModule
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for UnsealedModule
[src]
impl Default for UnsealedModule
[src]
fn default() -> UnsealedModule
[src]
impl TaggedDataRepr for UnsealedModule
[src]
const TAG: &'static str
[src]
const LATEST_VERSION: NonZeroU32
[src]
fn from_tagged_data(src: TaggedData) -> Result<Self, ProtobufError>
[src]
fn to_tagged_data_version(
&self,
version: NonZeroU32
) -> Result<TaggedData, ProtobufError>
[src]
&self,
version: NonZeroU32
) -> Result<TaggedData, ProtobufError>
fn to_tagged_data(&self) -> TaggedData
[src]
fn from_tagged_data_bytes(bytes: &[u8]) -> Result<Self>
[src]
fn to_tagged_data_bytes(&self) -> Vec<u8>
[src]
fn read_from_tagged_data_file<P: AsRef<Path>>(path: P) -> Result<Self>
[src]
fn write_to_tagged_data_file<P: AsRef<Path>>(&self, path: P) -> Result<()>
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnsealedModule
impl Send for UnsealedModule
impl Sync for UnsealedModule
impl Unpin for UnsealedModule
impl UnwindSafe for UnsealedModule
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,