Struct hapi_rs::attribute::NumericArrayAttr
source · [−]pub struct NumericArrayAttr<T: AttribAccess>(_);
Implementations
sourceimpl<T: AttribAccess> NumericArrayAttr<T> where
[T]: ToOwned<Owned = Vec<T>>,
impl<T: AttribAccess> NumericArrayAttr<T> where
[T]: ToOwned<Owned = Vec<T>>,
Auto Trait Implementations
impl<T> !RefUnwindSafe for NumericArrayAttr<T>
impl<T> Send for NumericArrayAttr<T> where
T: Send,
impl<T> Sync for NumericArrayAttr<T> where
T: Sync,
impl<T> Unpin for NumericArrayAttr<T> where
T: Unpin,
impl<T> !UnwindSafe for NumericArrayAttr<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more