pub enum IntrinsicsMathsCore {}
Trait Implementations§
§impl Clone for IntrinsicsMathsCore
impl Clone for IntrinsicsMathsCore
§fn clone(&self) -> IntrinsicsMathsCore
fn clone(&self) -> IntrinsicsMathsCore
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IntrinsicsMathsCore
impl Debug for IntrinsicsMathsCore
Auto Trait Implementations§
impl Freeze for IntrinsicsMathsCore
impl RefUnwindSafe for IntrinsicsMathsCore
impl Send for IntrinsicsMathsCore
impl Sync for IntrinsicsMathsCore
impl Unpin for IntrinsicsMathsCore
impl UnwindSafe for IntrinsicsMathsCore
Blanket Implementations§
§impl<T> Backup for Twhere
T: Clone,
impl<T> Backup for Twhere
T: Clone,
default unsafe fn backup_unchecked(&self) -> T
default unsafe fn __contracts_impl_backup_unchecked(&self) -> T
fn backup(&self) -> BackedUp<Self>
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
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more