pub enum Stub<'ll> {
Struct,
Union,
VTableTy {
vtable_holder: &'ll DIType,
},
}
Variants§
Trait Implementations§
source§impl<'ll> PartialEq for Stub<'ll>
impl<'ll> PartialEq for Stub<'ll>
impl<'ll> Copy for Stub<'ll>
impl<'ll> Eq for Stub<'ll>
impl<'ll> StructuralEq for Stub<'ll>
impl<'ll> StructuralPartialEq for Stub<'ll>
Auto Trait Implementations§
impl<'ll> !RefUnwindSafe for Stub<'ll>
impl<'ll> !Send for Stub<'ll>
impl<'ll> !Sync for Stub<'ll>
impl<'ll> Unpin for Stub<'ll>
impl<'ll> !UnwindSafe for Stub<'ll>
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: 16 bytes
Size for each variant:
Struct
: 0 bytesUnion
: 0 bytesVTableTy
: 8 bytes