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