enum GlobalCtorStatePriv<'tcx> {
Init,
Ctors(Vec<ImmTy<'tcx>>),
Done,
}
Variants§
Trait Implementations§
Source§impl<'tcx> Debug for GlobalCtorStatePriv<'tcx>
impl<'tcx> Debug for GlobalCtorStatePriv<'tcx>
Source§impl<'tcx> Default for GlobalCtorStatePriv<'tcx>
impl<'tcx> Default for GlobalCtorStatePriv<'tcx>
Source§fn default() -> GlobalCtorStatePriv<'tcx>
fn default() -> GlobalCtorStatePriv<'tcx>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'tcx> Freeze for GlobalCtorStatePriv<'tcx>
impl<'tcx> !RefUnwindSafe for GlobalCtorStatePriv<'tcx>
impl<'tcx> Send for GlobalCtorStatePriv<'tcx>
impl<'tcx> Sync for GlobalCtorStatePriv<'tcx>
impl<'tcx> Unpin for GlobalCtorStatePriv<'tcx>
impl<'tcx> !UnwindSafe for GlobalCtorStatePriv<'tcx>
Blanket Implementations§
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
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: 24 bytes
Size for each variant:
Init
: 0 bytesCtors
: 24 bytesDone
: 0 bytes