Enum rustc_codegen_ssa::mir::analyze::CleanupKind
source · pub enum CleanupKind {
NotCleanup,
Funclet,
Internal {
funclet: BasicBlock,
},
}
Variants§
Implementations§
source§impl CleanupKind
impl CleanupKind
pub fn funclet_bb(self, for_bb: BasicBlock) -> Option<BasicBlock>
Trait Implementations§
source§impl Clone for CleanupKind
impl Clone for CleanupKind
source§fn clone(&self) -> CleanupKind
fn clone(&self) -> CleanupKind
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 Debug for CleanupKind
impl Debug for CleanupKind
source§impl PartialEq<CleanupKind> for CleanupKind
impl PartialEq<CleanupKind> for CleanupKind
source§fn eq(&self, other: &CleanupKind) -> bool
fn eq(&self, other: &CleanupKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
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