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
sourceimpl 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
sourceimpl Clone for UnsafeOpKind
impl Clone for UnsafeOpKind
sourcefn clone(&self) -> UnsafeOpKind
fn clone(&self) -> UnsafeOpKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<UnsafeOpKind> for UnsafeOpKind
impl PartialEq<UnsafeOpKind> for UnsafeOpKind
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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