pub struct RelativeRegisterArrayLoc<T: RelativeRegisterArray, B: RegisterBase<T::BaseFamily> + ?Sized>(/* private fields */);Expand description
Location of a relative array register.
Implementations§
Source§impl<T, B> RelativeRegisterArrayLoc<T, B>
impl<T, B> RelativeRegisterArrayLoc<T, B>
Trait Implementations§
Auto Trait Implementations§
impl<T, B> Freeze for RelativeRegisterArrayLoc<T, B>where
B: ?Sized,
impl<T, B> RefUnwindSafe for RelativeRegisterArrayLoc<T, B>
impl<T, B> Send for RelativeRegisterArrayLoc<T, B>
impl<T, B> Sync for RelativeRegisterArrayLoc<T, B>
impl<T, B> Unpin for RelativeRegisterArrayLoc<T, B>
impl<T, B> UnsafeUnpin for RelativeRegisterArrayLoc<T, B>where
B: ?Sized,
impl<T, B> UnwindSafe for RelativeRegisterArrayLoc<T, B>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
Source§fn into_safe_cast(self) -> T
fn into_safe_cast(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.Source§impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
Source§fn into_safe_cast_arch(self) -> T
fn into_safe_cast_arch(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.