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§
Source§impl<T, B> IoLoc<T> for RelativeRegisterArrayLoc<T, B>
impl<T, B> IoLoc<T> for RelativeRegisterArrayLoc<T, B>
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
Source§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
Source§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more