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
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