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
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
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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: 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