Enum rustc_codegen_ssa::mir::analyze::CleanupKind
source · pub enum CleanupKind {
NotCleanup,
Funclet,
Internal {
funclet: BasicBlock,
},
}
Variants
NotCleanup
Funclet
Internal
Fields
funclet: BasicBlock
Implementations
sourceimpl CleanupKind
impl CleanupKind
pub fn funclet_bb(self, for_bb: BasicBlock) -> Option<BasicBlock>
Trait Implementations
sourceimpl Clone for CleanupKind
impl Clone for CleanupKind
sourcefn clone(&self) -> CleanupKind
fn clone(&self) -> CleanupKind
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 Debug for CleanupKind
impl Debug for CleanupKind
sourceimpl PartialEq<CleanupKind> for CleanupKind
impl PartialEq<CleanupKind> for CleanupKind
sourcefn eq(&self, other: &CleanupKind) -> bool
fn eq(&self, other: &CleanupKind) -> bool
impl Copy for CleanupKind
impl Eq for CleanupKind
impl StructuralEq for CleanupKind
impl StructuralPartialEq for CleanupKind
Auto Trait Implementations
impl RefUnwindSafe for CleanupKind
impl Send for CleanupKind
impl Sync for CleanupKind
impl Unpin for CleanupKind
impl UnwindSafe for CleanupKind
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<T> CodegenObject for Twhere
T: Copy + PartialEq<T> + Debug,
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: 4 bytes
Size for each variant:
NotCleanup
: 0 bytesFunclet
: 0 bytesInternal
: 4 bytes