You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For MaybeValid - how does this differ from MaybeUninit? I presume it has the same bit validity as [u8; size_of::<T>()]? (ie, all bytes must be initialized)
TODO: Link these to the appropriate issues
MaybeValid<T>
at least forT: Sized
MaybeValid<T>
#1833UnsafeCell
" property into separateImmutable
trait; allowFromZeros
,FromBytes
, andAsBytes
on types withUnsafeCell
s #251&[u8]
toOption<&T>
(ie, shorthand forRef::new(bytes).map(Ref::into_ref)
)Unalign
Align
typeAlign
type #249&T -> &Align<T, U>
Align<T, U>
by valuetransmute!
et al #1852cc @kupiakos
The text was updated successfully, but these errors were encountered: