pub struct Mif<T: UpperHex + Unsigned + PrimInt + FromPrimitive> { /* private fields */ }Expand description
Native MIF representation.
Implementations§
Source§impl<T> Mif<T>
impl<T> Mif<T>
Sourcepub fn areas(&self) -> &Vec<(usize, PathBuf)>
pub fn areas(&self) -> &Vec<(usize, PathBuf)>
Reference to addresses and paths of memory areas in given order.
Sourcepub fn push(&mut self, word: T, bulk: usize) -> Result<(), Error>
pub fn push(&mut self, word: T, bulk: usize) -> Result<(), Error>
Pushes word or add up its bulk.
Trait Implementations§
impl<T: Eq + UpperHex + Unsigned + PrimInt + FromPrimitive> Eq for Mif<T>
impl<T: UpperHex + Unsigned + PrimInt + FromPrimitive> StructuralPartialEq for Mif<T>
Auto Trait Implementations§
impl<T> Freeze for Mif<T>
impl<T> RefUnwindSafe for Mif<T>where
T: RefUnwindSafe,
impl<T> Send for Mif<T>where
T: Send,
impl<T> Sync for Mif<T>where
T: Sync,
impl<T> Unpin for Mif<T>where
T: Unpin,
impl<T> UnwindSafe for Mif<T>where
T: UnwindSafe,
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§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.