[−][src]Struct gf::pivot::space::SpaceElt
🟢 Contiguous bit range in a space where the base address is represented as
A
.
Fields
space: Space<'a>
Space.
span: SpaceSpan<A>
Span.
Implementations
impl<'a, A> SpaceElt<'a, A>
[src]
pub fn map_address<B, F: FnOnce(A) -> B>(self, f: F) -> SpaceElt<'a, B>
[src]
Map address using f
.
pub fn try_map_address<B, E, F: FnOnce(A) -> Result<B, E>>(
self,
f: F
) -> Result<SpaceElt<'a, B>, E>
[src]
self,
f: F
) -> Result<SpaceElt<'a, B>, E>
Map address using a possibly failing f
.
impl<'a> SpaceElt<'a, BitVec>
[src]
Trait Implementations
impl<'a, A: Clone> Clone for SpaceElt<'a, A>
[src]
impl<'a, A: Copy> Copy for SpaceElt<'a, A>
[src]
impl<'a, A: Eq> Eq for SpaceElt<'a, A>
[src]
impl<'a, A: Hash> Hash for SpaceElt<'a, 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, A: PartialEq> PartialEq<SpaceElt<'a, A>> for SpaceElt<'a, A>
[src]
fn eq(&self, other: &SpaceElt<'a, A>) -> bool
[src]
fn ne(&self, other: &SpaceElt<'a, A>) -> bool
[src]
impl<'a, A> StructuralEq for SpaceElt<'a, A>
[src]
impl<'a, A> StructuralPartialEq for SpaceElt<'a, A>
[src]
Auto Trait Implementations
impl<'a, A> RefUnwindSafe for SpaceElt<'a, A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<'a, A> Send for SpaceElt<'a, A> where
A: Send,
A: Send,
impl<'a, A> Sync for SpaceElt<'a, A> where
A: Sync,
A: Sync,
impl<'a, A> Unpin for SpaceElt<'a, A> where
A: Unpin,
A: Unpin,
impl<'a, A> UnwindSafe for SpaceElt<'a, 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>,