pub struct Owned<T: Num> { /* private fields */ }
Trait Implementations§
Source§impl<T: Num> Repr for Owned<T>
impl<T: Num> Repr for Owned<T>
type Item = T
fn drop_memory<D: DeviceBase>(ptr: *mut Self::Item, _: D)
fn clone_memory<D: DeviceBase>( ptr: *mut Self::Item, len: usize, _: D, ) -> *mut Self::Item
impl<T: Num> OwnedRepr for Owned<T>
Auto Trait Implementations§
impl<T> Freeze for Owned<T>
impl<T> RefUnwindSafe for Owned<T>where
T: RefUnwindSafe,
impl<T> Send for Owned<T>where
T: Send,
impl<T> Sync for Owned<T>where
T: Sync,
impl<T> Unpin for Owned<T>where
T: Unpin,
impl<T> UnwindSafe for Owned<T>where
T: UnwindSafe,
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