[−][src]Struct gf::pivot::space::SpaceSpan
🟢 Contiguous bit range in some space where the base address is represented
as A
.
Fields
endianness: Endianness
Access endianness.
address: A
Base address.
size: VarSize
Size.
Implementations
impl<A> SpaceSpan<A>
[src]
pub fn map_address<B, F: FnOnce(A) -> B>(self, f: F) -> SpaceSpan<B>
[src]
Map address using f
.
pub fn try_map_address<B, E, F: FnOnce(A) -> Result<B, E>>(
self,
f: F
) -> Result<SpaceSpan<B>, E>
[src]
self,
f: F
) -> Result<SpaceSpan<B>, E>
Map address using a possibly failing f
.
impl SpaceSpan<BitVec>
[src]
Trait Implementations
impl<A: Clone> Clone for SpaceSpan<A>
[src]
impl<A: Copy> Copy for SpaceSpan<A>
[src]
impl<A: Debug> Debug for SpaceSpan<A>
[src]
impl<A: Eq> Eq for SpaceSpan<A>
[src]
impl<A: Hash> Hash for SpaceSpan<A>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<A: PartialEq> PartialEq<SpaceSpan<A>> for SpaceSpan<A>
[src]
impl<A> StructuralEq for SpaceSpan<A>
[src]
impl<A> StructuralPartialEq for SpaceSpan<A>
[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for SpaceSpan<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for SpaceSpan<A> where
A: Send,
A: Send,
impl<A> Sync for SpaceSpan<A> where
A: Sync,
A: Sync,
impl<A> Unpin for SpaceSpan<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for SpaceSpan<A> where
A: UnwindSafe,
A: UnwindSafe,
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<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[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>,