pub struct AutoArray<'a, T: TypeArray> { /* private fields */ }
Expand description
Auto-release wrapper for pointer-based generic arrays.
This wrapper is used to wrap pointers returned by GetFrom
impl.
AutoArray provides automatic array release through a call to appropriate
Release
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for AutoArray<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for AutoArray<'a, T>
impl<'a, T> !Sync for AutoArray<'a, T>
impl<'a, T> Unpin for AutoArray<'a, T>
impl<'a, T> UnwindSafe for AutoArray<'a, T>where
T: RefUnwindSafe,
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