Searched refs:impl_for_transmute_from (Results 1 – 2 of 2) sorted by relevance
406 impl_for_transmute_from!(=> FromZeros for $atomics [$primitives]);407 impl_for_transmute_from!(=> FromBytes for $atomics [$primitives]);408 impl_for_transmute_from!(=> TryFromBytes for $atomics [$primitives]);409 impl_for_transmute_from!(=> IntoBytes for $atomics [$primitives]);464 impl_for_transmute_from!(=> FromZeros for AtomicBool [bool]);465 impl_for_transmute_from!(=> TryFromBytes for AtomicBool [bool]);466 impl_for_transmute_from!(=> IntoBytes for AtomicBool [bool]);613 impl_for_transmute_from!(T => TryFromBytes for AtomicPtr<T> [*mut T]);614 impl_for_transmute_from!(T => FromZeros for AtomicPtr<T> [*mut T]);663 impl_for_transmute_from!(T: TryFromBytes => TryFromBytes for Wrapping<T>[T]);[all …]
174 macro_rules! impl_for_transmute_from { macro198 impl_for_transmute_from!(@assert_is_supported_trait $trait);214 impl_for_transmute_from!(