pub struct StringIdMapping {
pub memory_start: u64,
pub memory_limit: u64,
pub file_offset: u64,
pub filename: ManagedStringId,
pub build_id: ManagedStringId,
}Fields§
§memory_start: u64§memory_limit: u64§file_offset: u64§filename: ManagedStringId§build_id: ManagedStringIdTrait Implementations§
Source§impl Clone for StringIdMapping
impl Clone for StringIdMapping
Source§fn clone(&self) -> StringIdMapping
fn clone(&self) -> StringIdMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StringIdMapping
impl Debug for StringIdMapping
Source§impl Default for StringIdMapping
impl Default for StringIdMapping
Source§fn default() -> StringIdMapping
fn default() -> StringIdMapping
Returns the “default value” for a type. Read more
Source§impl PartialEq for StringIdMapping
impl PartialEq for StringIdMapping
impl Copy for StringIdMapping
impl Eq for StringIdMapping
impl StructuralPartialEq for StringIdMapping
Auto Trait Implementations§
impl Freeze for StringIdMapping
impl RefUnwindSafe for StringIdMapping
impl Send for StringIdMapping
impl Sync for StringIdMapping
impl Unpin for StringIdMapping
impl UnwindSafe for StringIdMapping
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§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.