pub struct NativeOperatorNvccPolicy {
pub cpp_standard: NativeOperatorCppStandard,
pub optimization: NativeOperatorOptimization,
pub use_fast_math: bool,
pub relaxed_constexpr: bool,
pub extended_lambda: bool,
pub host_position_independent_code: bool,
pub host_default_visibility: bool,
}Fields§
§cpp_standard: NativeOperatorCppStandard§optimization: NativeOperatorOptimization§use_fast_math: bool§relaxed_constexpr: bool§extended_lambda: bool§host_position_independent_code: bool§host_default_visibility: boolTrait Implementations§
Source§impl Clone for NativeOperatorNvccPolicy
impl Clone for NativeOperatorNvccPolicy
Source§fn clone(&self) -> NativeOperatorNvccPolicy
fn clone(&self) -> NativeOperatorNvccPolicy
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 NativeOperatorNvccPolicy
impl Debug for NativeOperatorNvccPolicy
Source§impl<'de> Deserialize<'de> for NativeOperatorNvccPolicy
impl<'de> Deserialize<'de> for NativeOperatorNvccPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeOperatorNvccPolicy
Source§impl PartialEq for NativeOperatorNvccPolicy
impl PartialEq for NativeOperatorNvccPolicy
Source§impl Serialize for NativeOperatorNvccPolicy
impl Serialize for NativeOperatorNvccPolicy
impl StructuralPartialEq for NativeOperatorNvccPolicy
Auto Trait Implementations§
impl Freeze for NativeOperatorNvccPolicy
impl RefUnwindSafe for NativeOperatorNvccPolicy
impl Send for NativeOperatorNvccPolicy
impl Sync for NativeOperatorNvccPolicy
impl Unpin for NativeOperatorNvccPolicy
impl UnsafeUnpin for NativeOperatorNvccPolicy
impl UnwindSafe for NativeOperatorNvccPolicy
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