Struct hapi_rs::attribute::NumericArrayAttr
source · pub struct NumericArrayAttr<T: AttribAccess>(_);
Implementations
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more