pub struct ComputeSettings { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ComputeSettings
impl Clone for ComputeSettings
Source§fn clone(&self) -> ComputeSettings
fn clone(&self) -> ComputeSettings
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 ComputeSettings
impl Debug for ComputeSettings
Source§impl Default for ComputeSettings
impl Default for ComputeSettings
Source§impl From<ComputeSettings> for ComputeSettings
impl From<ComputeSettings> for ComputeSettings
Source§fn from(value: ComputeSettings) -> Self
fn from(value: ComputeSettings) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ComputeSettings> for ComputeSettings
impl TryFrom<ComputeSettings> for ComputeSettings
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ComputeSettings) -> Result<Self, ConversionError>
fn try_from(value: ComputeSettings) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ComputeSettings
impl RefUnwindSafe for ComputeSettings
impl Send for ComputeSettings
impl Sync for ComputeSettings
impl Unpin for ComputeSettings
impl UnsafeUnpin for ComputeSettings
impl UnwindSafe for ComputeSettings
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