pub struct ArenaExtendStrategy;Available on crate feature
cuda only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArenaExtendStrategy
impl RefUnwindSafe for ArenaExtendStrategy
impl Send for ArenaExtendStrategy
impl Sync for ArenaExtendStrategy
impl Unpin for ArenaExtendStrategy
impl UnsafeUnpin for ArenaExtendStrategy
impl UnwindSafe for ArenaExtendStrategy
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