enum UnsafeOpKind {
CallToUnsafeFunction(Option<DefId>),
UseOfInlineAssembly,
InitializingTypeWith,
UseOfMutableStatic,
UseOfExternStatic,
DerefOfRawPointer,
AccessToUnionField,
MutationOfLayoutConstrainedField,
BorrowOfLayoutConstrainedField,
CallToFunctionWith(DefId),
}
Variants§
CallToUnsafeFunction(Option<DefId>)
UseOfInlineAssembly
InitializingTypeWith
UseOfMutableStatic
UseOfExternStatic
DerefOfRawPointer
AccessToUnionField
MutationOfLayoutConstrainedField
BorrowOfLayoutConstrainedField
CallToFunctionWith(DefId)
Implementations§
source§impl UnsafeOpKind
impl UnsafeOpKind
pub fn simple_description(&self) -> &'static str
pub fn description_and_note(
&self,
tcx: TyCtxt<'_>
) -> (Cow<'static, str>, &'static str)
Trait Implementations§
source§impl Clone for UnsafeOpKind
impl Clone for UnsafeOpKind
source§fn clone(&self) -> UnsafeOpKind
fn clone(&self) -> UnsafeOpKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<UnsafeOpKind> for UnsafeOpKind
impl PartialEq<UnsafeOpKind> for UnsafeOpKind
source§fn eq(&self, other: &UnsafeOpKind) -> bool
fn eq(&self, other: &UnsafeOpKind) -> bool
impl Copy for UnsafeOpKind
impl StructuralPartialEq for UnsafeOpKind
Auto Trait Implementations§
impl RefUnwindSafe for UnsafeOpKind
impl Send for UnsafeOpKind
impl Sync for UnsafeOpKind
impl Unpin for UnsafeOpKind
impl UnwindSafe for UnsafeOpKind
Blanket Implementations§
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: 12 bytes
Size for each variant:
CallToUnsafeFunction
: 8 bytesUseOfInlineAssembly
: 0 bytesInitializingTypeWith
: 0 bytesUseOfMutableStatic
: 0 bytesUseOfExternStatic
: 0 bytesDerefOfRawPointer
: 0 bytesAccessToUnionField
: 0 bytesMutationOfLayoutConstrainedField
: 0 bytesBorrowOfLayoutConstrainedField
: 0 bytesCallToFunctionWith
: 8 bytes