#[repr(C)]pub struct ArrayEntry<T: Context> {
pub value: T::PropUsize,
}Fields§
§value: T::PropUsizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for ArrayEntry<T>where
<T as SealedContext>::PropUsize: Freeze,
impl<T> RefUnwindSafe for ArrayEntry<T>where
<T as SealedContext>::PropUsize: RefUnwindSafe,
impl<T> Send for ArrayEntry<T>where
<T as SealedContext>::PropUsize: Send,
impl<T> Sync for ArrayEntry<T>where
<T as SealedContext>::PropUsize: Sync,
impl<T> Unpin for ArrayEntry<T>where
<T as SealedContext>::PropUsize: Unpin,
impl<T> UnwindSafe for ArrayEntry<T>where
<T as SealedContext>::PropUsize: 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