pub struct ScanMul;Expand description
Multiplication scan strategy ZST marker.
Trait Implementations§
impl Copy for ScanMul
impl Eq for ScanMul
Source§impl<T> ScanOp<T> for ScanMulwhere
T: NumericElement,
impl<T> ScanOp<T> for ScanMulwhere
T: NumericElement,
impl StructuralPartialEq for ScanMul
Auto Trait Implementations§
impl Freeze for ScanMul
impl RefUnwindSafe for ScanMul
impl Send for ScanMul
impl Sync for ScanMul
impl Unpin for ScanMul
impl UnsafeUnpin for ScanMul
impl UnwindSafe for ScanMul
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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