pub struct Item<S, D, E>{
pub data: ParamsBase<S, E>,
/* private fields */
}Fields§
§data: ParamsBase<S, E>Auto Trait Implementations§
impl<S, D, E> Freeze for Item<S, D, E>
impl<S, D, E> RefUnwindSafe for Item<S, D, E>where
D: RefUnwindSafe,
S: RefUnwindSafe,
E: RefUnwindSafe,
<E as Dimension>::Smaller: RefUnwindSafe,
<S as RawData>::Elem: RefUnwindSafe,
impl<S, D, E> Send for Item<S, D, E>
impl<S, D, E> Sync for Item<S, D, E>
impl<S, D, E> Unpin for Item<S, D, E>
impl<S, D, E> UnwindSafe for Item<S, D, E>where
D: UnwindSafe,
S: UnwindSafe,
E: UnwindSafe,
<E as Dimension>::Smaller: UnwindSafe,
<S as RawData>::Elem: 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