Enum rustc_middle::ty::layout::SizeSkeleton [−][src]
Expand description
Type size “skeleton”, i.e., the only information determining a type’s size. While this is conservative, (aside from constant sizes, only pointers, newtypes thereof and null pointer optimized enums are allowed), it is enough to statically check common use cases of transmute.
Variants
Known(Size)
Any statically computable Layout.
Tuple Fields of Known
0: Size
A potentially-fat pointer.
Fields of Pointer
Implementations
pub fn compute(
ty: Ty<'tcx>,
tcx: TyCtxt<'tcx>,
param_env: ParamEnv<'tcx>
) -> Result<SizeSkeleton<'tcx>, LayoutError<'tcx>>
Trait Implementations
Auto Trait Implementations
impl<'tcx> !RefUnwindSafe for SizeSkeleton<'tcx>
impl<'tcx> !Send for SizeSkeleton<'tcx>
impl<'tcx> !Sync for SizeSkeleton<'tcx>
impl<'tcx> Unpin for SizeSkeleton<'tcx>
impl<'tcx> !UnwindSafe for SizeSkeleton<'tcx>
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes
Size for each variant:
Known
: 15 bytesPointer
: 15 bytes