Enum flowistry_pdg::rustc::mir::NullOp
source · pub enum NullOp<'tcx> {
SizeOf,
AlignOf,
OffsetOf(&'tcx List<FieldIdx>),
}
Variants§
SizeOf
Returns the size of a value of that type
AlignOf
Returns the minimum alignment of a type
OffsetOf(&'tcx List<FieldIdx>)
Returns the offset of a field
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for NullOp<'tcx>
impl<'tcx> Send for NullOp<'tcx>
impl<'tcx> Sync for NullOp<'tcx>
impl<'tcx> Unpin for NullOp<'tcx>
impl<'tcx> !UnwindSafe for NullOp<'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