Struct hapi_rs::attribute::NumericAttr
source · [−]pub struct NumericAttr<T: AttribAccess>(_);
Implementations
sourceimpl<T: AttribAccess> NumericAttr<T>
impl<T: AttribAccess> NumericAttr<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for NumericAttr<T>
impl<T> Send for NumericAttr<T> where
T: Send,
impl<T> Sync for NumericAttr<T> where
T: Sync,
impl<T> Unpin for NumericAttr<T> where
T: Unpin,
impl<T> !UnwindSafe for NumericAttr<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