pub struct ComputeAutoLib { /* private fields */ }Expand description
Loadable library that registers the automatic compute site.
Implementations§
Source§impl ComputeAutoLib
impl ComputeAutoLib
Sourcepub fn new(profile: AutoComputeProfile) -> Self
pub fn new(profile: AutoComputeProfile) -> Self
Builds an automatic compute library from a profile.
Trait Implementations§
Source§impl Clone for ComputeAutoLib
impl Clone for ComputeAutoLib
Source§fn clone(&self) -> ComputeAutoLib
fn clone(&self) -> ComputeAutoLib
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComputeAutoLib
impl Debug for ComputeAutoLib
Source§impl Default for ComputeAutoLib
impl Default for ComputeAutoLib
Source§fn default() -> ComputeAutoLib
fn default() -> ComputeAutoLib
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComputeAutoLib
impl RefUnwindSafe for ComputeAutoLib
impl Send for ComputeAutoLib
impl Sync for ComputeAutoLib
impl Unpin for ComputeAutoLib
impl UnsafeUnpin for ComputeAutoLib
impl UnwindSafe for ComputeAutoLib
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