pub enum Profile {
Full,
Embedded,
}
Expand description
An OpenCL profile (Full or embedded).
Variants§
Full
The implementation supports the OpenCL specification.
Embedded
The implementation supports the OpenCL embedded profile. The embedded profile is defined to be a subset for each version of OpenCL.
Trait Implementations§
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnwindSafe for Profile
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