Struct Reg
pub struct Reg<T, A>{ /* private fields */ }
Implementations§
Trait Implementations§
impl<T, A> Copy for Reg<T, A>
impl<T, A> Eq for Reg<T, A>
impl<T, A> Send for Reg<T, A>
impl<T, A> StructuralPartialEq for Reg<T, A>
impl<T, A> Sync for Reg<T, A>
Auto Trait Implementations§
impl<T, A> Freeze for Reg<T, A>
impl<T, A> RefUnwindSafe for Reg<T, A>where
T: RefUnwindSafe,
A: RefUnwindSafe,
impl<T, A> Unpin for Reg<T, A>
impl<T, A> UnwindSafe for Reg<T, A>where
T: RefUnwindSafe,
A: RefUnwindSafe,
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)