pub struct RegisterArrayLoc<T: RegisterArray>(/* private fields */);Expand description
Location of an array register.
Implementations§
Source§impl<T: RegisterArray> RegisterArrayLoc<T>
impl<T: RegisterArray> RegisterArrayLoc<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for RegisterArrayLoc<T>
impl<T> RefUnwindSafe for RegisterArrayLoc<T>where
T: RefUnwindSafe,
impl<T> Send for RegisterArrayLoc<T>where
T: Send,
impl<T> Sync for RegisterArrayLoc<T>where
T: Sync,
impl<T> Unpin for RegisterArrayLoc<T>where
T: Unpin,
impl<T> UnsafeUnpin for RegisterArrayLoc<T>
impl<T> UnwindSafe for RegisterArrayLoc<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
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.