pub struct Swar;Expand description
ZST marker for pure SWAR primitives backend.
Trait Implementations§
Source§impl BitBoardKernel for Swar
impl BitBoardKernel for Swar
impl Copy for Swar
impl Eq for Swar
impl StructuralPartialEq for Swar
Auto Trait Implementations§
impl Freeze for Swar
impl RefUnwindSafe for Swar
impl Send for Swar
impl Sync for Swar
impl Unpin for Swar
impl UnsafeUnpin for Swar
impl UnwindSafe for Swar
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